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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鋧鋧B | 1111101111001111111110111100111101000010 | fbcffbcf42 |
EUC-JP | 鋧鋧B | 10001111111001001100101110001111111001001100101101000010 | 8fe4cb8fe4cb42 |
UTF-8 | 鋧鋧B | 11101001100010111010011111101001100010111010011101000010 | e98ba7e98ba742 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)