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 | 豺。謳洪 | 11100110101101111010000111100110100100001000110101011110 | e6b7a1e6908d5e |
EUC-JP | 豺。謳洪 | 1110110010111001100011101010000111101011111100001011100110111111 | ecb98ea1ebf0b9bf |
UTF-8 | 豺。謳洪 | 111010001011000110111010111011111011110110100001111010001010110010110011111001101011010010101010 | e8b1baefbda1e8acb3e6b4aa |
UHC | 豺?謳洪 | 11100011110011110011111111001111110001001111101111110011 | e3cf3fcfc4fbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)