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 | 止?蔭? | 100011100111111000111111100010001111110000111111 | 8e7e3f88fc3f |
| EUC-JP | 止?蔭? | 101110111101111100111111101100001111111000111111 | bbdf3fb0fe3f |
| UTF-8 | 止렲蔭렧 | 111001101010110110100010111010111010000010110010111010001001010010101101111010111010000010100111 | e6ada2eba0b2e894adeba0a7 |
| UHC | 止렲蔭렧 | 1111001010101101100011101011111111101011111000111000111010110110 | f2ad8ebfebe38eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)