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 | 躊軛殲 | 111001110101001111100111011000101001111101110010 | e753e7629f72 |
EUC-JP | 躊軛殲 | 111011011011010011101101110000111101110111010011 | edb4edc3ddd3 |
UTF-8 | 躊軛殲 | 111010001011101010001010111010001011101110011011111001101010111010110010 | e8ba8ae8bb9be6aeb2 |
UHC | 躊?殲 | 1111000111001100001111111110000011101000 | f1cc3fe0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)