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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 尺釈尺釈^ | 10001110110110101000111011011111111100101110001110001110110110101000111011011111111100101110001101011110 | 8eda8edff2e38eda8edff2e35e |
| EUC-JP | 尺釈?尺釈?^ | 1011110011011100101111001110000100111111101111001101110010111100111000010011111101011110 | bcdcbce13fbcdcbce13f5e |
| UTF-8 | 尺釈尺釈^ | 11100101101100001011101011101001100001111000100011101110100010001001101011100101101100001011101011101001100001111000100011101110100010001001101001011110 | e5b0bae98788ee889ae5b0bae98788ee889a5e |
| UHC | 尺??尺??^ | 111101001010100100111111001111111111010010101001001111110011111101011110 | f4a93f3ff4a93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)