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 | タホ | 1100000011001110 | c0ce |
EUC-JP | タホ | 10001110110000001000111011001110 | 8ec08ece |
UTF-8 | タホ | 111011111011111010000000111011111011111010001110 | efbe80efbe8e |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)