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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
UTF-8 | 챕찼횪횩횪횤a | 11101100101100011001010111101100101100001011110011101101100110101010101011101101100110101010100111101101100110101010101011101101100110101010010001100001 | ecb195ecb0bced9aaaed9aa9ed9aaaed9aa461 |
UHC | 챕찼횪횩횪횤a | 11000011101010011100001110100001110000111010000011000011100111111100001110100000110000111001101101100001 | c3a9c3a1c3a0c39fc3a0c39b61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)