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 | 軏冗泅薰ョ | 111110111011001010001111111001111001111110011010111110111001111010101110 | fbb28fe79f9afb9eae |
| EUC-JP | 軏冗泅?ョ | 10001111111000001101100110111110111010011101110111111010001111111000111010101110 | 8fe0d9bee9ddfa3f8eae |
| UTF-8 | 軏冗泅薰ョ | 111010001011101110001111111001011000011010010111111001101011001110000101111010001001011010110000111011111011110110101110 | e8bb8fe58697e6b385e896b0efbdae |
| UHC | ?冗?薰? | 00111111111010011011011100111111111111011011100100111111 | 3fe9b73ffdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)