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 | 丈狆」 | 1000111111100100111000001011110010100011 | 8fe4e0bca3 |
| EUC-JP | 丈狆」 | 101111101110011011100000101111101000111010100011 | bee6e0be8ea3 |
| UTF-8 | 丈狆」 | 111001001011100010001000111001111000101110000110111011111011110110100011 | e4b888e78b86efbda3 |
| UHC | 丈?? | 11101101110110110011111100111111 | eddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)