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 | 11100011111100011110001111100111111100111010101101000010 | e3f1e3e7f3ab42 |
EUC-JP | 胝肅?B | 111001101111001111100110111010010011111101000010 | e6f3e6e93f42 |
UTF-8 | 胝肅B | 11101000100000111001110111101000100000101000010111101110100010101001111001000010 | e8839de88285ee8a9e42 |
UHC | ?肅?B | 0011111111100010110111000011111101000010 | 3fe2dc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)