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 | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
EUC-JP | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
UTF-8 | 쩌횩쩌횧챔횇H | 11101100101010011000110011101101100110101010100111101100101010011000110011101101100110101010011111101100101100011001010011101101100110101000011101001000 | eca98ced9aa9eca98ced9aa7ecb194ed9a8748 |
UHC | 쩌횩쩌횧챔횇H | 11000010101111001100001110011111110000101011110011000011100111101100001110101000110000111000010101001000 | c2bcc39fc2bcc39ec3a8c38548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)