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 | 00111111111001101011010001110100 | 3fe6b474 |
EUC-JP | 嶴豢t | 100011111011101111110011111011001011011001110100 | 8fbbf3ecb674 |
UTF-8 | 嶴豢t | 11100101101101101011010011101000101100011010001001110100 | e5b6b4e8b1a274 |
UHC | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)