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 | 申??瀛 | 100100000101110000111111001111111110000001101001 | 905c3f3fe069 |
| EUC-JP | 申??瀛 | 101111111011110100111111001111111101111111001010 | bfbd3f3fdfca |
| UTF-8 | 申땰뜥瀛 | 111001111001010010110011111010111001010110110000111010111001110010100101111001111000000010011011 | e794b3eb95b0eb9ca5e7809b |
| UHC | 申땰뜥瀛 | 1110001111101001100010111000011010001101101010001110011110111010 | e3e98b868da8e7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)