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 | ??}???? | 00111111001111110111110100111111001111110011111100111111 | 3f3f7d3f3f3f3f |
SJIS-WIN | ??}???? | 00111111001111110111110100111111001111110011111100111111 | 3f3f7d3f3f3f3f |
EUC-JP | ??}???? | 00111111001111110111110100111111001111110011111100111111 | 3f3f7d3f3f3f3f |
UTF-8 | 횒째}창쨉찼횧 | 11101101100110101001001011101100101001111011100001111101111011001011000010111101111011001010100010001001111011001011000010111100111011011001101010100111 | ed9a92eca7b87decb0bdeca889ecb0bced9aa7 |
UHC | 횒째}창쨉찼횧 | 11000011100011011100001010110000011111011100001110100010110000101011010111000011101000011100001110011110 | c38dc2b07dc3a2c2b5c3a1c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)