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 | 頷「迚呎」 | 1110100011110101101000101110011110001001100110011110011010100011 | e8f5a2e78999e6a3 |
| EUC-JP | 頷「迚呎」 | 11110000111101111000111010100010111011011110100111010010111010001000111010100011 | f0f78ea2ede9d2e88ea3 |
| UTF-8 | 頷「迚呎」 | 111010011010000010110111111011111011110110100010111010001011111110011010111001011001000110001110111011111011110110100011 | e9a0b7efbda2e8bf9ae5918eefbda3 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)