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 | ?鬼枇パ? | 0011111110001011010100111001010011111000100000110111000000111111 | 3f8b5394f883703f |
| EUC-JP | ?鬼枇パ? | 0011111110110101101101001100100011111010101001011101000100111111 | 3fb5b4c8faa5d13f |
| UTF-8 | 룵鬼枇パ룫 | 111010111010001110110101111010011010110010111100111001101001111010000111111000111000001110010001111010111010001110101011 | eba3b5e9acbce69e87e38391eba3ab |
| UHC | 룵鬼枇パ룫 | 10001111101010101101000010100001110111011110110110101011110100011000111110100010 | 8faad0a1ddedabd18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)