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 | ???純?? | 00111111001111110011111110001111100000110011111100111111 | 3f3f3f8f833f3f |
| EUC-JP | ???純?? | 00111111001111110011111110111101111000110011111100111111 | 3f3f3fbde33f3f |
| UTF-8 | 琉뚦뼔純됪슫 | 111011111010011110001100111010111001101010100110111010111011110010010100111001111011010010010100111010111001000010101010111011001000101010101011 | efa78ceb9aa6ebbc94e7b494eb90aaec8aab |
| UHC | 琉뚦뼔純됪슫 | 111010111010010010001100111001011001011010011100111000101110110110001001111001101001101010110100 | eba48ce5969ce2ed89e69ab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)