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 | 借丈ン桒ル | 1000111011011000100011111110010011011101111110101110001111011001 | 8ed88fe4ddfae3d9 |
| EUC-JP | 借丈ン桒ル | 1011110011011010101111101110011010001110110111011000111111000011110010011000111011011001 | bcdabee68edd8fc3c98ed9 |
| UTF-8 | 借丈ン桒ル | 111001011000000010011111111001001011100010001000111011111011111010011101111001101010000110010010111011111011111010011001 | e5809fe4b888efbe9de6a192efbe99 |
| UHC | 借丈??? | 11110011101010001110110111011011001111110011111100111111 | f3a8eddb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)