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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 咤眄鞁鱆唏竟 | 100110100100001011100001101111101110100011011001111010011110000110011010010010001110100011101101 | 9a42e1bee8d9e9e19a48e8ed |
| EUC-JP | 咤眄鞁鱆唏竟 | 110100111010001111100010110000001111000011011011111100101110001111010011101010011111000011101111 | d3a3e2c0f0dbf2e3d3a9f0ef |
| UTF-8 | 咤眄鞁鱆唏竟 | 111001011001001010100100111001111001110010000100111010011001111010000001111010011011000110000110111001011001010010001111111001111010101110011111 | e592a4e79c84e99e81e9b186e5948fe7ab9f |
| UHC | 咤眄???竟 | 111101101110001111011000111110000011111100111111001111111100110011100101 | f6e3d8f83f3f3fcce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)