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 | 챕혴혮채쨩혲챈 | 111011001011000110010101111011011001100010110100111011011001100010101110111011001011000110000100111011001010100010101001111011011001100010110010111011001011000110001000 | ecb195ed98b4ed98aeecb184eca8a9ed98b2ecb188 |
UHC | 챕혴혮채쨩혲챈 | 1100001110101001110000101001101111000010100101011100001110100100110000101011101111000010100110011100001110100110 | c3a9c29bc295c3a4c2bbc299c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)