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 | 猶?? | 10010111010100000011111100111111 | 97503f3f |
| EUC-JP | 猶?? | 11001101101100010011111100111111 | cdb13f3f |
| UTF-8 | 猶우떒 | 111001111000110010110110111011001001101010110000111010111001011010010010 | e78cb6ec9ab0eb9692 |
| UHC | 猶우떒 | 111010111010001010111111111011001000101110101000 | eba2bfec8ba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)