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 | ûSLûSLB | 111110110101001110001111010011001111101101010011100011110100110001000010 | fb538f4cfb538f4c42 |
| SJIS-WIN | ?S?L?S?LB | 001111110101001100111111010011000011111101010011001111110100110001000010 | 3f533f4c3f533f4c42 |
| EUC-JP | ûS?LûS?LB | 10001111101010111110010101010011001111110100110010001111101010111110010101010011001111110100110001000010 | 8fabe5533f4c8fabe5533f4c42 |
| UTF-8 | ûSLûSLB | 11000011101110110101001111000010100011110100110011000011101110110101001111000010100011110100110001000010 | c3bb53c28f4cc3bb53c28f4c42 |
| UHC | ?S?L?S?LB | 001111110101001100111111010011000011111101010011001111110100110001000010 | 3f533f4c3f533f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)