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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 嶹エrB | 1111101010110101101101000111001001000010 | fab5b47242 |
EUC-JP | 嶹エrB | 10001111101110111111010110001110101101000111001001000010 | 8fbbf58eb47242 |
UTF-8 | 嶹エrB | 1110010110110110101110011110111110111101101101000111001001000010 | e5b6b9efbdb47242 |
UHC | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)