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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 症褌・E | 100011111100011111100101111011001010010101000101 | 8fc7e5eca545 |
EUC-JP | 症褌・E | 10111110110010011110101011101110100011101010010101000101 | bec9eaee8ea545 |
UTF-8 | 症褌・E | 11100111100101111000011111101000101001001000110011101111101111011010010101000101 | e79787e8a48cefbda545 |
UHC | 症??E | 1111000111111000001111110011111101000101 | f1f83f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)