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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟾千カャ | 111001011011011110010000111001111011011010101100 | e5b790e7b6ac |
EUC-JP | 蟾千カャ | 1110101010111001110000001110100110001110101101101000111010101100 | eab9c0e98eb68eac |
UTF-8 | 蟾千カャ | 111010001001111110111110111001011000110110000011111011111011110110110110111011111011110110101100 | e89fbee58d83efbdb6efbdac |
UHC | 蟾千?? | 111000001110101011110100101101100011111100111111 | e0eaf4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)