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 | 元?渦??寃 | 100011001011001100111111100010010101000100111111001111111001101110000011 | 8cb33f89513f3f9b83 |
EUC-JP | 元?渦??寃 | 101110001011010100111111101100011011001000111111001111111101010111100011 | b8b53fb1b23f3fd5e3 |
UTF-8 | 元렧渦꿱갛寃 | 111001011000010110000011111010111010000010100111111001101011100010100110111010101011111110110001111010101011000010011011111001011010111110000011 | e58583eba0a7e6b8a6eabfb1eab09be5af83 |
UHC | 元렧渦꿱갛寃 | 111010101010101010001110101101101110100010111110101100101110100010110000101100101110101010110010 | eaaa8eb6e8beb2e8b0b2eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)