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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 躁?誌?O | 11100111010011100011111110001110100011110011111101001111 | e74e3f8e8f3f4f |
| EUC-JP | 躁?誌?O | 11101101101011110011111110111011111011110011111101001111 | edaf3fbbef3f4f |
| UTF-8 | 躁렱誌렩O | 11101000101110101000000111101011101000001011000111101000101010101000110011101011101000001010100101001111 | e8ba81eba0b1e8aa8ceba0a94f |
| UHC | 躁렱誌렩O | 111100001110001010001110101111101111001010111100100011101011011101001111 | f0e28ebef2bc8eb74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)