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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蓐礼ク歡^ | 1110010011101010100101111110011110111000100111110110001101011110 | e4ea97e7b89f635e |
EUC-JP | 蓐礼ク歡^ | 111010001110110011001110111010011000111010111000110111011100010001011110 | e8eccee98eb8ddc45e |
UTF-8 | 蓐礼ク歡^ | 11101000100100111001000011100111101001001011110011101111101111011011100011100110101011011010000101011110 | e89390e7a4bcefbdb8e6ada15e |
UHC | ???歡^ | 001111110011111100111111111111001011011001011110 | 3f3f3ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)