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 | 11111010101101001001111011101101100110101010001101000010 | fab49eed9aa342 |
EUC-JP | 嶸橲團B | 1000111110111011111101001101110011101111110101001010010101000010 | 8fbbf4dcefd4a542 |
UTF-8 | 嶸橲團B | 11100101101101101011100011100110101010011011001011100101100111001001100001000010 | e5b6b8e6a9b2e59c9842 |
UHC | 嶸?團B | 111001111010111000111111110100111010010101000010 | e7ae3fd3a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)