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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
UTF-8 | 창횓혦횤H | 11101100101100001011110111101101100110101001001111101101100110001010011011101101100110101010010001001000 | ecb0bded9a93ed98a6ed9aa448 |
UHC | 창횓혦횤H | 110000111010001011000011100011101100001010001110110000111001101101001000 | c3a2c38ec28ec39b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)