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 | ?q??O | 0011111101110001001111110011111101001111 | 3f713f3f4f |
| SJIS-WIN | 涌q鱆唸O | 1001011101001111011100011110100111100001100110100101100001001111 | 974f71e9e19a584f |
| EUC-JP | 涌q鱆唸O | 1100110110110000011100011111001011100011110100111011100101001111 | cdb071f2e3d3b94f |
| UTF-8 | 涌q鱆唸O | 1110011010110110100011000111000111101001101100011000011011100101100101001011100001001111 | e6b68c71e9b186e594b84f |
| UHC | 涌q??O | 111010011011111101110001001111110011111101001111 | e9bf713f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)