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 | ???u???~E | 001111110011111100111111011101010011111100111111001111110111111001000101 | 3f3f3f753f3f3f7e45 |
SJIS-WIN | ???u???~E | 001111110011111100111111011101010011111100111111001111110111111001000101 | 3f3f3f753f3f3f7e45 |
EUC-JP | ???u???~E | 001111110011111100111111011101010011111100111111001111110111111001000101 | 3f3f3f753f3f3f7e45 |
UTF-8 | 療귚푵u療귚푵~E | 111011111010011110000001111010101011011110011010111011011001000110110101011101011110111110100111100000011110101010110111100110101110110110010001101101010111111001000101 | efa781eab79aed91b575efa781eab79aed91b57e45 |
UHC | 療귚푵u療귚푵~E | 111010001111111010000010111001001011111010000011011101011110100011111110100000101110010010111110100000110111111001000101 | e8fe82e4be8375e8fe82e4be837e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)