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 | 1000101001001111001111110011111101001000 | 8a4f3f3f48 |
EUC-JP | 外??H | 1011001110110000001111110011111101001000 | b3b03f3f48 |
UTF-8 | 外롇렮H | 11100101101001001001011011101011101000011000011111101011101000001010111001001000 | e5a496eba187eba0ae48 |
UHC | 外롇렮H | 11101000111000101000111011001101100011101011101101001000 | e8e28ecd8ebb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)