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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 琉뗨꽮梨랼 | 111011111010011110001100111010111001011110101000111010101011110110101110111011111010011110100010111010111001111010111100 | efa78ceb97a8eabdaeefa7a2eb9ebc |
| UHC | 琉뗨꽮梨랼 | 11101011101001001000101111101000100001001011100111101100101100011000111001010101 | eba48be884b9ecb18e55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)