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 | ⅹウ胛フエ^ | 11111010010010011011001111100011111011101111100010001111110011001011010001011110 | fa49b3e3eef88fccb45e |
| EUC-JP | ?ウ胛?フエ^ | 0011111110001110101100111110011011110000001111111000111011001100100011101011010001011110 | 3f8eb3e6f03f8ecc8eb45e |
| UTF-8 | ⅹウ胛フエ^ | 11100010100001011011100111101111101111011011001111101000100000111001101111101110100110001010111011101111101111101000110011101111101111011011010001011110 | e285b9efbdb3e8839bee98aeefbe8cefbdb45e |
| UHC | ⅹ?胛???^ | 101001011010101000111111110010111010010000111111001111110011111101011110 | a5aa3fcba43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)