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 | 100011111100100111100011011110011000111111001001111000110111100101000010 | 8fc9e3798fc9e37942 |
EUC-JP | 硝繦硝繦B | 101111101100101111100101110110101011111011001011111001011101101001000010 | becbe5dabecbe5da42 |
UTF-8 | 硝繦硝繦B | 11100111101000011001110111100111101110011010011011100111101000011001110111100111101110011010011001000010 | e7a19de7b9a6e7a19de7b9a642 |
UHC | 硝?硝?B | 11110101101001100011111111110101101001100011111101000010 | f5a63ff5a63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)