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 | ヤ黑 | 110101001111110001001011 | d4fc4b |
EUC-JP | ヤ? | 100011101101010000111111 | 8ed43f |
UTF-8 | ヤ黑 | 111011111011111010010100111010011011101110010001 | efbe94e9bb91 |
UHC | ?黑 | 001111111111110111011001 | 3ffdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)