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 | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| SJIS-WIN | 瞶u^ | 11110101101111011110000111010110111101011011110111110001111111000111010101011110 | f5bde1d6f5bdf1fc755e |
| EUC-JP | ?瞶??u^ | 00111111111000101101100000111111001111110111010101011110 | 3fe2d83f3f755e |
| UTF-8 | 瞶u^ | 1110111010010000101010001110011110011110101101101110111010010000101010001110111010000101101101110111010101011110 | ee90a8e79eb6ee90a8ee85b7755e |
| UHC | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)