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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 歪?t | 10011000011000110011111101110100 | 98633f74 |
EUC-JP | 歪?t | 11001111110001000011111101110100 | cfc43f74 |
UTF-8 | 歪렊t | 11100110101011011010101011101011101000001000101001110100 | e6adaaeba08a74 |
UHC | 歪렊t | 1110100011100000100011101010000101110100 | e8e08ea174 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)