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 | 小紆? | 1000111110101100111000101111110000111111 | 8face2fc3f |
| EUC-JP | 小紆? | 1011111010101110111001001111111000111111 | beaee4fe3f |
| UTF-8 | 小紆숣 | 111001011011000010001111111001111011010010000110111011001000100010100011 | e5b08fe7b486ec88a3 |
| UHC | 小紆숣 | 111000011011001111101001111000011001100111111110 | e1b3e9e199fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)