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 | ウシ召魵ロ | 10110011101111001000111110100010111111000100000111011011 | b3bc8fa2fc41db |
| EUC-JP | ウシ召魵ロ | 1000111010110011100011101011110010111110101001001000111111101010110011011000111011011011 | 8eb38ebcbea48feacd8edb |
| UTF-8 | ウシ召魵ロ | 111011111011110110110011111011111011110110111100111001011000111110101100111010011010110110110101111011111011111010011011 | efbdb3efbdbce58face9adb5efbe9b |
| UHC | ??召?? | 001111110011111111100001101011110011111100111111 | 3f3fe1af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)