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 | 樽促他辰尊 | 10010010010011011001000110100011100100011011110010010010010000111001000110111000 | 924d91a391bc924391b8 |
| EUC-JP | 樽促他辰尊 | 11000011101011101100001010100101110000101011111011000011101001001100001010111010 | c3aec2a5c2bec3a4c2ba |
| UTF-8 | 樽促他辰尊 | 111001101010100010111101111001001011111110000011111001001011101110010110111010001011111010110000111001011011000010001010 | e6a8bde4bf83e4bb96e8beb0e5b08a |
| UHC | 樽促他辰尊 | 11110001110111001111010110110101111101101110001011110010111000111111000011101110 | f1dcf5b5f6e2f2e3f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)