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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 趾?已??? | 1110011011100100001111111001101111011111001111110011111100111111 | e6e43f9bdf3f3f3f |
EUC-JP | 趾?已??? | 1110110011100110001111111101011011100001001111110011111100111111 | ece63fd6e13f3f3f |
UTF-8 | 趾렧已계렦렣 | 111010001011011010111110111010111010000010100111111001011011011110110010111010101011001110000100111010111010000010100110111010111010000010100011 | e8b6beeba0a7e5b7b2eab384eba0a6eba0a3 |
UHC | 趾렧已계렦렣 | 111100101011111110001110101101101110110010101011101100001110100010001110101101011000111010110100 | f2bf8eb6ecabb0e88eb58eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)