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 | 膕牙⊂ | 111001000101000110001001111001011000000110111100 | e45189e581bc |
| EUC-JP | 膕牙⊂ | 111001111011001010110010111001111010001010111110 | e7b2b2e7a2be |
| UTF-8 | 膕牙⊂ | 111010001000011010010101111001111000100110011001111000101000101010000010 | e88695e78999e28a82 |
| UHC | ?牙⊂ | 0011111111100100101100111010000111111000 | 3fe4b3a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)