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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉗揉靤 | 111001111110011110011101100001101110100011010000 | e7e79d86e8d0 |
EUC-JP | 鉗揉靤 | 111011101110100111011001111001101111000011010010 | eee9d9e6f0d2 |
UTF-8 | 鉗揉靤 | 111010011000100110010111111001101000111110001001111010011001110110100100 | e98997e68f89e99da4 |
UHC | 鉗?? | 11001100110001100011111100111111 | ccc63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)