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? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 鵝??K鵝 | 11101010010000000011111100111111010010111110101001000000 | ea403f3f4bea40 |
EUC-JP | 鵝??K鵝 | 11110011101000010011111100111111010010111111001110100001 | f3a13f3f4bf3a1 |
UTF-8 | 鵝얜젫K鵝 | 11101001101101011001110111101100100101101001110011101100101000001010101101001011111010011011010110011101 | e9b59dec969ceca0ab4be9b59d |
UHC | 鵝얜젫K鵝 | 111001001011110110111110111010111010000010100011010010111110010010111101 | e4bdbeeba0a34be4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)