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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 質?H | 10001110101111110011111101001000 | 8ebf3f48 |
EUC-JP | 質?H | 10111100110000010011111101001000 | bcc13f48 |
UTF-8 | 質섞H | 11101000101100111010101011101100100001001001111001001000 | e8b3aaec849e48 |
UHC | 質섞H | 1111001011110101101111001010111101001000 | f2f5bcaf48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)