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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 苜括醜 | 111001001001110010001010100001111000111101011000 | e49c8a878f58 |
| EUC-JP | 苜括醜 | 111001111111110010110011111001111011110110111001 | e7fcb3e7bdb9 |
| UTF-8 | 苜括醜 | 111010001000101110011100111001101000101110101100111010011000011010011100 | e88b9ce68bace9869c |
| UHC | ?括醜 | 0011111111001110110000001111010111011101 | 3fcec0f5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)