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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
| SJIS-WIN | 癌??Z | 1000101011100000001111110011111101011010 | 8ae03f3f5a |
| EUC-JP | 癌??Z | 1011010011100010001111110011111101011010 | b4e23f3f5a |
| UTF-8 | 癌꿩굢Z | 11100111100110011000110011101010101111111010100111101010101101011010001001011010 | e7998ceabfa9eab5a25a |
| UHC | 癌꿩굢Z | 11100100110111111011001011100110100000101000100101011010 | e4dfb2e682895a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)