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 | 已????? | 10011011110111110011111100111111001111110011111100111111 | 9bdf3f3f3f3f3f |
EUC-JP | 已????? | 11010110111000010011111100111111001111110011111100111111 | d6e13f3f3f3f3f |
UTF-8 | 已고렗띠렠렔 | 111001011011011110110010111010101011001110100000111010111010000010010111111010111001110110100000111010111010000010100000111010111010000010010100 | e5b7b2eab3a0eba097eb9da0eba0a0eba094 |
UHC | 已고렗띠렠렔 | 111011001010101110110000111011011000111010101100101101101110110010001110101100011000111010101001 | ecabb0ed8eacb6ec8eb18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)