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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 疾汐ⅲシャ讌 | 10001110101111101000111010101100111110100100001010111100101011001110011010100101 | 8ebe8eacfa42bcace6a5 |
| EUC-JP | 疾汐?シャ讌 | 1011110011000000101111001010111000111111100011101011110010001110101011001110110010100111 | bcc0bcae3f8ebc8eaceca7 |
| UTF-8 | 疾汐ⅲシャ讌 | 111001111001011010111110111001101011000110010000111000101000010110110010111011111011110110111100111011111011110110101100111010001010111010001100 | e796bee6b190e285b2efbdbcefbdace8ae8c |
| UHC | 疾汐ⅲ??? | 111100101111000011100000101100011010010110100011001111110011111100111111 | f2f0e0b1a5a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)