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 | ?S?L?S?LB | 001111110101001100111111010011000011111101010011001111110100110001000010 | 3f533f4c3f533f4c42 |
| SJIS-WIN | ?S?L?S?LB | 001111110101001100111111010011000011111101010011001111110100110001000010 | 3f533f4c3f533f4c42 |
| EUC-JP | ?S?L?S?LB | 001111110101001100111111010011000011111101010011001111110100110001000010 | 3f533f4c3f533f4c42 |
| UTF-8 | 청S혧L청S혧LB | 1110110010110010101011010101001111101101100110001010011101001100111011001011001010101101010100111110110110011000101001110100110001000010 | ecb2ad53ed98a74cecb2ad53ed98a74c42 |
| UHC | 청S혧L청S혧LB | 11000011101110110101001111000010100011110100110011000011101110110101001111000010100011110100110001000010 | c3bb53c28f4cc3bb53c28f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)