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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 要ゆ?? | 100101110111011010000010111001000011111100111111 | 977682e43f3f |
| EUC-JP | 要ゆ?? | 110011011101011110100100111001100011111100111111 | cdd7a4e63f3f |
| UTF-8 | 要ゆ뀞勵 | 111010001010011010000001111000111000001010000110111010111000000010011110111011111010010110111111 | e8a681e38286eb809eefa5bf |
| UHC | 要ゆ뀞勵 | 1110100110101001101010101110011010000101100101011110010111111010 | e9a9aae68595e5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)