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 | 質??? | 1000111010111111001111110011111100111111 | 8ebf3f3f3f |
EUC-JP | 質??紈 | 10111100110000010011111100111111100011111101001111001101 | bcc13f3f8fd3cd |
UTF-8 | 質섞뤚紈 | 111010001011001110101010111011001000010010011110111010111010010010011010111001111011010010001000 | e8b3aaec849eeba49ae7b488 |
UHC | 質섞뤚紈 | 1111001011110101101111001010111110001111110010011111110010111100 | f2f5bcaf8fc9fcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)