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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 齎??長?^ | 1110011011011000001111110011111110010010101101110011111101011110 | e6d83f3f92b73f5e |
| EUC-JP | 齎??長?^ | 1110110011011010001111110011111111000100101110010011111101011110 | ecda3f3fc4b93f5e |
| UTF-8 | 齎흩ㄴ長렧^ | 11101001101111011000111011101101100111011010100111100011100001001011010011101001100101011011011111101011101000001010011101011110 | e9bd8eed9da9e384b4e995b7eba0a75e |
| UHC | 齎흩ㄴ長렧^ | 1110111010110010110010001111000010100100101001001110110111111110100011101011011001011110 | eeb2c8f0a4a4edfe8eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)