To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迺樒俺 | 111001111001001010011110111001111000100110110100 | e7929ee789b4 |
EUC-JP | 迺樒俺 | 111011011111001011011100111010011011001010110110 | edf2dce9b2b6 |
UTF-8 | 迺樒俺 | 111010001011111110111010111001101010100010010010111001001011111110111010 | e8bfbae6a892e4bfba |
UHC | ??俺 | 00111111001111111110010111101111 | 3f3fe5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)