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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????甕 | 001111110011111100111111001111111110000101010000 | 3f3f3f3fe150 |
EUC-JP | ????甕 | 001111110011111100111111001111111110000110110001 | 3f3f3f3fe1b1 |
UTF-8 | 횧채횧짹甕 | 111011011001101010100111111011001011000110000100111011011001101010100111111011001010011110111001111001111001010010010101 | ed9aa7ecb184ed9aa7eca7b9e79495 |
UHC | 횧채횧짹甕 | 11000011100111101100001110100100110000111001111011000010101100011110100010111000 | c39ec3a4c39ec2b1e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)