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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 譚滓拷 | 111001101001110110011111111001101000110110001001 | e69d9fe68d89 |
| EUC-JP | 譚滓拷 | 111010111111110111011110111010001011100111101001 | ebfddee8b9e9 |
| UTF-8 | 譚滓拷 | 111010001010110110011010111001101011101110010011111001101000101110110111 | e8ad9ae6bb93e68bb7 |
| UHC | 譚滓拷 | 110100111100100111101110101010111100110110111000 | d3c9eeabcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)