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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 猥迂 | 11100000110011101000100101001001 | e0ce8949 |
EUC-JP | 猥迂 | 11100000110100001011000110101010 | e0d0b1aa |
UTF-8 | 猥迂 | 111001111000110010100101111010001011111110000010 | e78ca5e8bf82 |
UHC | 猥迂 | 11101000111001011110100111100110 | e8e5e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)