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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 척챕챠횧횧 | 111011001011001010011001111011001011000110010101111011001011000110100000111011011001101010100111111011011001101010100111 | ecb299ecb195ecb1a0ed9aa7ed9aa7 |
UHC | 척챕챠횧횧 | 11000011101101001100001110101001110000111010110111000011100111101100001110011110 | c3b4c3a9c3adc39ec39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)