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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蜍晏享^ | 11100101100010111001110111100101100010111001110101011110 | e58b9de58b9d5e |
EUC-JP | 蜍晏享^ | 11101001111010111101101011100111101101011111110101011110 | e9ebdae7b5fd5e |
UTF-8 | 蜍晏享^ | 11101000100111001000110111100110100110011000111111100100101110101010101101011110 | e89c8de6998fe4baab5e |
UHC | ?晏享^ | 001111111110010011001111111110101011110101011110 | 3fe4cffabd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)