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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 堧?堧?B | 100011111011100010101000001111111000111110111000101010000011111101000010 | 8fb8a83f8fb8a83f42 |
UTF-8 | 堧잏堧잏B | 11100101101000001010011111101100100111101000111111100101101000001010011111101100100111101000111101000010 | e5a0a7ec9e8fe5a0a7ec9e8f42 |
UHC | 堧잏堧잏B | 111001101100000010011111111001111110011011000000100111111110011101000010 | e6c09fe7e6c09fe742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)