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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 頊?頊?^ | 100011111110011111110100001111111000111111100111111101000011111101011110 | 8fe7f43f8fe7f43f5e |
UTF-8 | 頊쌨頊쌤^ | 11101001101000001000101011101100100011001010100011101001101000001000101011101100100011001010010001011110 | e9a08aec8ca8e9a08aec8ca45e |
UHC | 頊쌨頊쌤^ | 111010011111010110111101110111101110100111110101101111011101110001011110 | e9f5bddee9f5bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)