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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 隰晏ォ詠^ | 1110100010101100100111011110010110101011100010010111001001011110 | e8ac9de5ab89725e |
| EUC-JP | 隰晏ォ詠^ | 111100001010111011011010111001111000111010101011101100011101001101011110 | f0aedae78eabb1d35e |
| UTF-8 | 隰晏ォ詠^ | 11101001100110101011000011100110100110011000111111101111101111011010101111101000101010011010000001011110 | e99ab0e6998fefbdabe8a9a05e |
| UHC | ?晏?詠^ | 00111111111001001100111100111111111001111100100101011110 | 3fe4cf3fe7c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)