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 | ???a??? | 00111111001111110011111101100001001111110011111100111111 | 3f3f3f613f3f3f |
SJIS-WIN | ???a??? | 00111111001111110011111101100001001111110011111100111111 | 3f3f3f613f3f3f |
EUC-JP | ???a??? | 00111111001111110011111101100001001111110011111100111111 | 3f3f3f613f3f3f |
UTF-8 | 챔혙짹a챔째쨌 | 11101100101100011001010011101101100110001001100111101100101001111011100101100001111011001011000110010100111011001010011110111000111011001010100010001100 | ecb194ed9899eca7b961ecb194eca7b8eca88c |
UHC | 챔혙짹a챔째쨌 | 11000011101010001100001010000100110000101011000101100001110000111010100011000010101100001100001010110111 | c3a8c284c2b161c3a8c2b0c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)