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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
EUC-JP | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
UTF-8 | 횕횆횈쩔K | 11101101100110101001010111101101100110101000011011101101100110101000100011101100101010011001010001001011 | ed9a95ed9a86ed9a88eca9944b |
UHC | 횕횆횈쩔K | 110000111000111111000011100001001100001110000110110000101011111101001011 | c38fc384c386c2bf4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)