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 | ???韋?? | 00111111001111110011111111101000111010000011111100111111 | 3f3f3fe8e83f3f |
| EUC-JP | ???韋?? | 00111111001111110011111111110000111010100011111100111111 | 3f3f3ff0ea3f3f |
| UTF-8 | 輦깅벉韋앭퐲 | 111011111010011010011000111010101011100110000101111010111011001010001001111010011001111110001011111011001001010110101101111011011001000010110010 | efa698eab985ebb289e99f8bec95aded90b2 |
| UHC | 輦깅벉韋앭퐲 | 111001101110010010110001111010111001001110101100111010101101111110011101111001011011110110011011 | e6e4b1eb93aceadf9de5bd9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)