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 | 隰晏ォ臥昏 | 111010001010110010011101111001011010101110001001111001111000110110101000 | e8ac9de5ab89e78da8 |
| EUC-JP | 隰晏ォ臥昏 | 11110000101011101101101011100111100011101010101110110010111010011011101010101010 | f0aedae78eabb2e9baaa |
| UTF-8 | 隰晏ォ臥昏 | 111010011001101010110000111001101001100110001111111011111011110110101011111010001000011110100101111001101001100010001111 | e99ab0e6998fefbdabe887a5e6988f |
| UHC | ?晏?臥昏 | 0011111111100100110011110011111111101000110000101111101111100111 | 3fe4cf3fe8c2fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)