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 | 鉈オ蜻キ跚滄 | 11100111111010111011010111100101100100011011011111100110111001111001111111101001 | e7ebb5e591b7e6e79fe9 |
EUC-JP | 鉈オ蜻キ跚滄 | 111011101110110110001110101101011110100111110001100011101011011111101100111010011101111011101011 | eeed8eb5e9f18eb7ece9deeb |
UTF-8 | 鉈オ蜻キ跚滄 | 111010011000100110001000111011111011110110110101111010001001110010111011111011111011110110110111111010001011011110011010111001101011101110000100 | e98988efbdb5e89cbbefbdb7e8b79ae6bb84 |
UHC | ?????滄 | 00111111001111110011111100111111001111111111001111100111 | 3f3f3f3f3ff3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)