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 | 100011111100011111110000101111001010100101000010 | 8fc7f0bca942 |
EUC-JP | 症?ゥB | 101111101100100100111111100011101010100101000010 | bec93f8ea942 |
UTF-8 | 症ゥB | 11100111100101111000011111101110100000011011101111101111101111011010100101000010 | e79787ee81bbefbda942 |
UHC | 症??B | 1111000111111000001111110011111101000010 | f1f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)