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 | 申??庵?? | 1001000001011100001111110011111110001000110000010011111100111111 | 905c3f3f88c13f3f |
| EUC-JP | 申??庵?? | 1011111110111101001111110011111110110000110000110011111100111111 | bfbd3f3fb0c33f3f |
| UTF-8 | 申뒒뢝庵뗮뢓 | 111001111001010010110011111010111001001010010010111010111010001010011101111001011011101010110101111010111001011110101110111010111010001010010011 | e794b3eb9292eba29de5bab5eb97aeeba293 |
| UHC | 申뒒뢝庵뗮뢓 | 111000111110100110001010100011111000111101011000111001001101110110001011111011011000111101001110 | e3e98a8f8f58e4dd8bed8f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)