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 | 100101100110101111100101010111101001011001101011111001010101111001000010 | 966be55e966be55e42 |
EUC-JP | 北蘓北蘓B | 110010111100110011101001101111111100101111001100111010011011111101000010 | cbcce9bfcbcce9bf42 |
UTF-8 | 北蘓北蘓B | 11100101100011001001011111101000100110001001001111100101100011001001011111101000100110001001001101000010 | e58c97e89893e58c97e8989342 |
UHC | 北?北?B | 11011101110000010011111111011101110000010011111101000010 | ddc13fddc13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)