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 | ?????? | 00111111001111111010110100111111001111110011111100111111 | 3f3fad3f3f3f3f |
SJIS-WIN | 厭?????榮 | 100010010111110100111111001111110011111100111111001111111001111011000100 | 897d3f3f3f3f3f9ec4 |
EUC-JP | 厭?????榮 | 101100011101111000111111001111110011111100111111001111111101110011000110 | b1de3f3f3f3f3fdcc6 |
UTF-8 | 厭엉黎먩뮈榮 | 1110010110001110101011011110110010010111100010011100001010101101111011111010011010001001111010111010100010101001111010111010111010001000111001101010011010101110 | e58eadec9789c2adefa689eba8a9ebae88e6a6ae |
UHC | 厭엉黎먩뮈榮 | 1110011011110100101111101111101110100001101010011110011010110001100100001110011010111001101111111110011110110100 | e6f4befba1a9e6b190e6b9bfe7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)