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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
EUC-JP | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
UTF-8 | 챔챕혮챔쨩쨍Y | 11101100101100011001010011101100101100011001010111101101100110001010111011101100101100011001010011101100101010001010100111101100101010001000110101011001 | ecb194ecb195ed98aeecb194eca8a9eca88d59 |
UHC | 챔챕혮챔쨩쨍Y | 11000011101010001100001110101001110000101001010111000011101010001100001010111011110000101011100001011001 | c3a8c3a9c295c3a8c2bbc2b859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)