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 | 蛹礼ク歡^ | 1110010110001100100101111110011110111000100111110110001101011110 | e58c97e7b89f635e |
EUC-JP | 蛹礼ク歡^ | 111010011110110011001110111010011000111010111000110111011100010001011110 | e9eccee98eb8ddc45e |
UTF-8 | 蛹礼ク歡^ | 11101000100110111011100111100111101001001011110011101111101111011011100011100110101011011010000101011110 | e89bb9e7a4bcefbdb8e6ada15e |
UHC | ???歡^ | 001111110011111100111111111111001011011001011110 | 3f3f3ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)