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 | ???宥?Ⅷ | 0011111100111111001111111001011101000111001111111000011101011011 | 3f3f3f97473f875b |
| EUC-JP | ???宥?? | 00111111001111110011111111001101101010000011111100111111 | 3f3f3fcda83f3f |
| UTF-8 | 力노뱢宥억Ⅷ | 111011111010011010001010111010111000010110111000111010111011000110100010111001011010111010100101111011001001011010110101111000101000010110100111 | efa68aeb85b8ebb1a2e5aea5ec96b5e285a7 |
| UHC | 力노뱢宥억Ⅷ | 111001101011001110110011111010111001001110001000111010101110100110111110111011111010010110110111 | e6b3b3eb9388eae9beefa5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)