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 | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
| SJIS-WIN | 駿?蜘?Z | 10001111011110000011111110010010011101110011111101011010 | 8f783f92773f5a |
| EUC-JP | 駿?蜘?Z | 10111101110110010011111111000011110110000011111101011010 | bdd93fc3d83f5a |
| UTF-8 | 駿렚蜘렲Z | 11101001101001111011111111101011101000001001101011101000100111001001100011101011101000001011001001011010 | e9a7bfeba09ae89c98eba0b25a |
| UHC | 駿렚蜘렲Z | 111100011110011110001110101011011111001010111011100011101011111101011010 | f1e78eadf2bb8ebf5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)