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 | 11101000101100101001100011100111100111001011011101000010 | e8b298e79cb742 |
EUC-JP | 雋倡惺B | 11110000101101001101000011101001110110001011100101000010 | f0b4d0e9d8b942 |
UTF-8 | 雋倡惺B | 11101001100110111000101111100101100000001010000111100110100000111011101001000010 | e99b8be580a1e683ba42 |
UHC | 雋倡惺B | 11110001111001101111001111011011111000001111011001000010 | f1e6f3dbe0f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)