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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 上霍ンB | 100011111110001111101000101101111101110101000010 | 8fe3e8b7dd42 |
EUC-JP | 上霍ンB | 10111110111001011111000010111001100011101101110101000010 | bee5f0b98edd42 |
UTF-8 | 上霍ンB | 11100100101110001000101011101001100111001000110111101111101111101001110101000010 | e4b88ae99c8defbe9d42 |
UHC | 上??B | 1101111110111110001111110011111101000010 | dfbe3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)