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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 昔?昔?B | 10010000110011000011111110010000110011000011111101000010 | 90cc3f90cc3f42 |
EUC-JP | 昔?昔?B | 11000000110011100011111111000000110011100011111101000010 | c0ce3fc0ce3f42 |
UTF-8 | 昔栒昔栒B | 11100110100110001001010011100110101000001001001011100110100110001001010011100110101000001001001001000010 | e69894e6a092e69894e6a09242 |
UHC | 昔栒昔栒B | 111000001010111011100010111000111110000010101110111000101110001101000010 | e0aee2e3e0aee2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)