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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 채횉횖첩짧짰e^ | 1110110010110001100001001110110110011010100010011110110110011010100101101110110010110010101010011110110010100111101001111110110010100111101100000110010101011110 | ecb184ed9a89ed9a96ecb2a9eca7a7eca7b0655e |
UHC | 채횉횖첩짧짰e^ | 1100001110100100110000111000011111000011100100001100001110111000110000101010101011000010101011100110010101011110 | c3a4c387c390c3b8c2aac2ae655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)