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 | 창횑짧챗횑천창 | 111011001011000010111101111011011001101010010001111011001010011110100111111011001011000110010111111011011001101010010001111011001011001010011100111011001011000010111101 | ecb0bded9a91eca7a7ecb197ed9a91ecb29cecb0bd |
UHC | 창횑짧챗횑천창 | 1100001110100010110000111000110011000010101010101100001110101010110000111000110011000011101101011100001110100010 | c3a2c38cc2aac3aac38cc3b5c3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)