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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 灼尺昌ッ | 10001110110111001000111011011010100011111011100110101111 | 8edc8eda8fb9af |
| EUC-JP | 灼尺昌ッ | 1011110011011110101111001101110010111110101110111000111010101111 | bcdebcdcbebb8eaf |
| UTF-8 | 灼尺昌ッ | 111001111000000110111100111001011011000010111010111001101001100010001100111011111011110110101111 | e781bce5b0bae6988cefbdaf |
| UHC | 灼尺昌? | 11101101110001111111010010101001111100111110001100111111 | edc7f4a9f3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)