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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 청횜횎챌횥짖 | 111011001011001010101101111011011001101010011100111011011001101010001110111011001011000110001100111011011001101010100101111011001010011110010110 | ecb2aded9a9ced9a8eecb18ced9aa5eca796 |
UHC | 청횜횎챌횥짖 | 110000111011101111000011100101101100001110001010110000111010011111000011100111001100001010100010 | c3bbc396c38ac3a7c39cc2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)