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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 釘嵌?B | 100100110100001010011011110001100011111101000010 | 93429bc63f42 |
EUC-JP | 釘嵌?B | 110001011010001111010110110010000011111101000010 | c5a3d6c83f42 |
UTF-8 | 釘嵌㉭B | 11101001100001111001100011100101101101011000110011100011100010011010110101000010 | e98798e5b58ce389ad42 |
UHC | 釘嵌㉭B | 11101111111110011100101011101110101010001011111001000010 | eff9caeea8be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)