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 | 1110011110010011100101000111110101000010 | e793947d42 |
EUC-JP | 逑媒B | 1110110111110011110001111101111001000010 | edf3c7de42 |
UTF-8 | 逑媒B | 11101001100000001001000111100101101010101001001001000010 | e98091e5aa9242 |
UHC | 逑媒B | 1100111111000111110110001101101001000010 | cfc7d8da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)