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 | 1001100101011001001111110011111101001000 | 99593f3f48 |
EUC-JP | 兀??H | 1101000110111010001111110011111101001000 | d1ba3f3f48 |
UTF-8 | 兀꾨젻H | 11100101100001011000000011101010101111101010100011101100101000001011101101001000 | e58580eabea8eca0bb48 |
UHC | 兀꾨젻H | 11101000101101001000010011101011101000001010111001001000 | e8b484eba0ae48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)