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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???凍?鼎 | 0011111100111111001111111001001110000000001111111001001101000011 | 3f3f3f93803f9343 |
EUC-JP | ???凍?鼎 | 0011111100111111001111111100010111100000001111111100010110100100 | 3f3f3fc5e03fc5a4 |
UTF-8 | 劉ㅺ렩凍렏鼎 | 111011111010011110000111111000111000010110111010111010111010000010101001111001011000011110001101111010111010000010001111111010011011110010001110 | efa787e385baeba0a9e5878deba08fe9bc8e |
UHC | 劉ㅺ렩凍렏鼎 | 111010101110010110100100111010101000111010110111110101001101000010001110101001011111000010100011 | eae5a4ea8eb7d4d08ea5f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)