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 | 鴃笘 | 11101001111011101110001010011000 | e9eee298 |
EUC-JP | 鴃笘 | 11110010111100001110001111111000 | f2f0e3f8 |
UTF-8 | 鴃笘 | 111010011011010010000011111001111010110010011000 | e9b483e7ac98 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)