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 | 譯殊ケ | 1110011010100001100011101110101010111001 | e6a18eeab9 |
EUC-JP | 譯殊ケ | 111011001010001110111100111011001000111010111001 | eca3bcec8eb9 |
UTF-8 | 譯殊ケ | 111010001010110110101111111001101010111010001010111011111011110110111001 | e8adafe6ae8aefbdb9 |
UHC | 譯殊? | 1110011010111011111000101010100000111111 | e6bbe2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)