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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 疫??疫??^ | 100010010111010100111111001111111000100101110101001111110011111101011110 | 89753f3f89753f3f5e |
| EUC-JP | 疫??疫??^ | 101100011101011000111111001111111011000111010110001111110011111101011110 | b1d63f3fb1d63f3f5e |
| UTF-8 | 疫욕폀疫욘펵^ | 11100111100101101010101111101100100110101001010111101101100011111000000011100111100101101010101111101100100110101001100011101101100011101011010101011110 | e796abec9a95ed8f80e796abec9a98ed8eb55e |
| UHC | 疫욕폀疫욘펵^ | 11100110101110011011111111100101101111001000111111100110101110011011111111100110101111001000011001011110 | e6b9bfe5bc8fe6b9bfe6bc865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)