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 | 緩?蓚 | 1000101011001001001111111110010011101001 | 8ac93fe4e9 |
EUC-JP | 緩?蓚 | 1011010011001011001111111110100011101011 | b4cb3fe8eb |
UTF-8 | 緩렯蓚 | 111001111011011110101001111010111010000010101111111010001001001110011010 | e7b7a9eba0afe8939a |
UHC | 緩렯蓚 | 111010001101000010001110101111001110001010111110 | e8d08ebce2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)