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 | 蒸??蒸??^ | 100011111111011000111111001111111000111111110110001111110011111101011110 | 8ff63f3f8ff63f3f5e |
EUC-JP | 蒸??蒸??^ | 101111101111100000111111001111111011111011111000001111110011111101011110 | bef83f3fbef83f3f5e |
UTF-8 | 蒸븅땃蒸븅땃^ | 11101000100100101011100011101011101110001000010111101011100101011000001111101000100100101011100011101011101110001000010111101011100101011000001101011110 | e892b8ebb885eb9583e892b8ebb885eb95835e |
UHC | 蒸븅땃蒸븅땃^ | 11110001111110101011101011101001101101101010001111110001111110101011101011101001101101101010001101011110 | f1fabae9b6a3f1fabae9b6a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)