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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 奪淡存H | 10010010010001001001001001010111100100011011011001001000 | 9244925791b648 |
EUC-JP | 奪淡存H | 11000011101001011100001110111000110000101011100001001000 | c3a5c3b8c2b848 |
UTF-8 | 奪淡存H | 11100101101001011010101011100110101101111010000111100101101011011001100001001000 | e5a5aae6b7a1e5ad9848 |
UHC | 奪淡存H | 11110111101011001101001110111111111100001110110101001000 | f7acd3bff0ed48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)