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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 혧쨍체혦째챨짰 | 111011011001100010100111111011001010100010001101111011001011001010110100111011011001100010100110111011001010011110111000111011001011000110101000111011001010011110110000 | ed98a7eca88decb2b4ed98a6eca7b8ecb1a8eca7b0 |
UHC | 혧쨍체혦째챨짰 | 1100001010001111110000101011100011000011101111001100001010001110110000101011000011000011101100001100001010101110 | c28fc2b8c3bcc28ec2b0c3b0c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)