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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???隱? | 001111110011111100111111111010001010101000111111 | 3f3f3fe8aa3f |
| EUC-JP | ???隱? | 001111110011111100111111111100001010110000111111 | 3f3f3ff0ac3f |
| UTF-8 | 隸뉗뜴隱풞 | 111011111010011010111000111010111000100110010111111010111001110010110100111010011001101010110001111011011001001010011110 | efa6b8eb8997eb9cb4e99ab1ed929e |
| UHC | 隸뉗뜴隱풞 | 11100111111001101000011111101100100011011011001011101011110111111011111101000001 | e7e687ec8db2ebdfbf41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)