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 | 11100110111100111000100111100111100101011000100101000010 | e6f389e7958942 |
EUC-JP | 跿臥負B | 11101100111101011011001011101001110010011110100101000010 | ecf5b2e9c9e942 |
UTF-8 | 跿臥負B | 11101000101101111011111111101000100001111010010111101000101100101010000001000010 | e8b7bfe887a5e8b2a042 |
UHC | ?臥負B | 001111111110100011000010110111011011011001000010 | 3fe8c2ddb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)