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 | 辷セ﨟」逍セ | 111001111000100010111110111110111001110110100011111001111001011010111110 | e788befb9da3e796be |
EUC-JP | 辷セ?」逍セ | 1110110111101000100011101011111000111111100011101010001111101101111101101000111010111110 | ede88ebe3f8ea3edf68ebe |
UTF-8 | 辷セ﨟」逍セ | 111010001011111010110111111011111011110110111110111011111010100010011111111011111011110110100011111010011000000010001101111011111011110110111110 | e8beb7efbdbeefa89fefbda3e9808defbdbe |
UHC | ????逍? | 00111111001111110011111100111111111000011100111000111111 | 3f3f3f3fe1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)