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 | ???魏∽? | 0011111100111111001111111110100110110000100000011110010000111111 | 3f3f3fe9b081e43f |
| EUC-JP | ???魏∽? | 0011111100111111001111111111001010110010101000101110011000111111 | 3f3f3ff2b2a2e63f |
| UTF-8 | 劣믨낑魏∽쭓 | 111011111010011010011101111010111010111110101000111010111000001010010001111010011010110110001111111000101000100010111101111011001010110110010011 | efa69debafa8eb8291e9ad8fe288bdecad93 |
| UHC | 劣믨낑魏∽쭓 | 111001101110101110010010111010101011001110101001111010101110000010100001111011111010011110001011 | e6eb92eab3a9eae0a1efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)