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 | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
UTF-8 | 챕쨩횙챘Y | 11101100101100011001010111101100101010001010100111101101100110101001100111101100101100011001100001011001 | ecb195eca8a9ed9a99ecb19859 |
UHC | 챕쨩횙챘Y | 110000111010100111000010101110111100001110010011110000111010101101011001 | c3a9c2bbc393c3ab59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)