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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 単属辿揃短坦 | 100100100101000010010001101011101001001001001000100100011011010110010010010110101001001001010010 | 925091ae924891b5925a9252 |
| EUC-JP | 単属辿揃短坦 | 110000111011000111000010101100001100001110101001110000101011011111000011101110111100001110110011 | c3b1c2b0c3a9c2b7c3bbc3b3 |
| UTF-8 | 単属辿揃短坦 | 111001011000110110011000111001011011000110011110111010001011111010111111111001101000111110000011111001111001111110101101111001011001110110100110 | e58d98e5b19ee8bebfe68f83e79fade59da6 |
| UHC | ????短坦 | 0011111100111111001111110011111111010011101011011111011110100100 | 3f3f3f3fd3adf7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)