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 | 上オ杓 | 10001111111000111111000110001110101101011000111011011011 | 8fe3f18eb58edb |
| EUC-JP | 上?オ杓 | 10111110111001010011111110001110101101011011110011011101 | bee53f8eb5bcdd |
| UTF-8 | 上オ杓 | 111001001011100010001010111011101000010010001001111011111011110110110101111001101001110110010011 | e4b88aee8489efbdb5e69d93 |
| UHC | 上??杓 | 110111111011111000111111001111111111100011110101 | dfbe3f3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)