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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | ??崖]H | 001111110011111110001010010100100101110101001000 | 3f3f8a525d48 |
EUC-JP | ??崖]H | 001111110011111110110011101100110101110101001000 | 3f3fb3b35d48 |
UTF-8 | 롈롇崖]H | 1110101110100001100010001110101110100001100001111110010110110100100101100101110101001000 | eba188eba187e5b4965d48 |
UHC | 롈롇崖]H | 1000111011001110100011101100110111100100111100000101110101001000 | 8ece8ecde4f05d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)