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 | 10010011010000100011111110010011010000100011111101000010 | 93423f93423f42 |
EUC-JP | 釘?釘?B | 11000101101000110011111111000101101000110011111101000010 | c5a33fc5a33f42 |
UTF-8 | 釘묀釘묀B | 11101001100001111001100011101011101011001000000011101001100001111001100011101011101011001000000001000010 | e98798ebac80e98798ebac8042 |
UHC | 釘묀釘묀B | 111011111111100110111001101000011110111111111001101110011010000101000010 | eff9b9a1eff9b9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)