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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 혷쨋챈챦찼횖^ | 11101101100110001011011111101100101010001000101111101100101100011000100011101100101100011010011011101100101100001011110011101101100110101001011001011110 | ed98b7eca88becb188ecb1a6ecb0bced9a965e |
UHC | 혷쨋챈챦찼횖^ | 11000010100111101100001010110110110000111010011011000011101011111100001110100001110000111001000001011110 | c29ec2b6c3a6c3afc3a1c3905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)