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 | 11100110111101101000100111100111100010111000001101000010 | e6f689e78b8342 |
EUC-JP | 踐臥泣B | 11101100111110001011001011101001101101011110001101000010 | ecf8b2e9b5e342 |
UTF-8 | 踐臥泣B | 11101000101110001001000011101000100001111010010111100110101100111010001101000010 | e8b890e887a5e6b3a342 |
UHC | 踐臥泣B | 11110100110000101110100011000010111010111110100001000010 | f4c2e8c2ebe842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)