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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 雎仙亟B | 11101000101100011001000011100101100110001011001001000010 | e8b190e598b242 |
EUC-JP | 雎仙亟B | 11110000101100111100000011100111110100001011010001000010 | f0b3c0e7d0b442 |
UTF-8 | 雎仙亟B | 11101001100110111000111011100100101110111001100111100100101110101001111101000010 | e99b8ee4bb99e4ba9f42 |
UHC | 雎仙?B | 111011101101000111100000101110010011111101000010 | eed1e0b93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)