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 | ??@b??@??U | 00111111001111110100000001100010001111110011111101000000001111110011111101010101 | 3f3f40623f3f403f3f55 |
| SJIS-WIN | ?ェ@b?ェ@?ェU | 00111111101010100100000001100010001111111010101001000000001111111010101001010101 | 3faa40623faa403faa55 |
| EUC-JP | ?ェ@b?ェ@?ェU | 00111111100011101010101001000000011000100011111110001110101010100100000000111111100011101010101001010101 | 3f8eaa40623f8eaa403f8eaa55 |
| UTF-8 | 䵸ェ@b䵸ェ@䵸ェU | 11100100101101011011100011101111101111011010101001000000011000101110010010110101101110001110111110111101101010100100000011100100101101011011100011101111101111011010101001010101 | e4b5b8efbdaa4062e4b5b8efbdaa40e4b5b8efbdaa55 |
| UHC | ??@b??@??U | 00111111001111110100000001100010001111110011111101000000001111110011111101010101 | 3f3f40623f3f403f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)