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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五g?鵝 | 10001100110111001000001010000111001111111110101001000000 | 8cdc82873fea40 |
EUC-JP | 五g?鵝 | 10111000110111101010001111100111001111111111001110100001 | b8dea3e73ff3a1 |
UTF-8 | 五g낯鵝 | 111001001011101010010100111011111011110110000111111010111000001010101111111010011011010110011101 | e4ba94efbd87eb82afe9b59d |
UHC | 五g낯鵝 | 1110011111101001101000111110011110110011101110001110010010111101 | e7e9a3e7b3b8e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)