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 | 11100011101011101000101011100100100010001011001001000010 | e3ae8ae488b242 |
EUC-JP | 羂贋梓B | 11100110101100001011010011100110101100001011010001000010 | e6b0b4e6b0b442 |
UTF-8 | 羂贋梓B | 11100111101111101000001011101000101101001000101111100110101000101001001101000010 | e7be82e8b48be6a29342 |
UHC | ??梓B | 0011111100111111111011101010100101000010 | 3f3feea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)