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 | 혧쨍체혦짙챰챌 | 111011011001100010100111111011001010100010001101111011001011001010110100111011011001100010100110111011001010011110011001111011001011000110110000111011001011000110001100 | ed98a7eca88decb2b4ed98a6eca799ecb1b0ecb18c |
UHC | 혧쨍체혦짙챰챌 | 1100001010001111110000101011100011000011101111001100001010001110110000101010001111000011101100011100001110100111 | c28fc2b8c3bcc28ec2a3c3b1c3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)