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 | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 辱ョ?]H | 10010000010010101000001110000111001111110101110101001000 | 904a83873f5d48 |
EUC-JP | 辱ョ?]H | 10111111101010111010010111100111001111110101110101001000 | bfaba5e73f5d48 |
UTF-8 | 辱ョ즯]H | 1110100010111110101100011110001110000011101001111110110010100110101011110101110101001000 | e8beb1e383a7eca6af5d48 |
UHC | 辱ョ즯]H | 1110100110110100101010111110011110100011100000010101110101001000 | e9b4abe7a3815d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)