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 | ???}?? | 001111110011111100111111011111010011111100111111 | 3f3f3f7d3f3f |
SJIS-WIN | ???}?? | 001111110011111100111111011111010011111100111111 | 3f3f3f7d3f3f |
EUC-JP | ???}?? | 001111110011111100111111011111010011111100111111 | 3f3f3f7d3f3f |
UTF-8 | 챔챘찼}혲청 | 11101100101100011001010011101100101100011001100011101100101100001011110001111101111011011001100010110010111011001011001010101101 | ecb194ecb198ecb0bc7ded98b2ecb2ad |
UHC | 챔챘찼}혲청 | 1100001110101000110000111010101111000011101000010111110111000010100110011100001110111011 | c3a8c3abc3a17dc299c3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)