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 | ?????| | 001111110011111100111111001111110011111101111100 | 3f3f3f3f3f7c |
SJIS-WIN | 嶸弥亠嶸コ| | 11111010101101001001011011101101100110001011001111111010101101001011101001111100 | fab496ed98b3fab4ba7c |
EUC-JP | 嶸弥亠嶸コ| | 10001111101110111111010011001100111011111101000010110101100011111011101111110100100011101011101001111100 | 8fbbf4ccefd0b58fbbf48eba7c |
UTF-8 | 嶸弥亠嶸コ| | 11100101101101101011100011100101101111001010010111100100101110101010000011100101101101101011100011101111101111011011101001111100 | e5b6b8e5bca5e4baa0e5b6b8efbdba7c |
UHC | 嶸??嶸?| | 1110011110101110001111110011111111100111101011100011111101111100 | e7ae3f3fe7ae3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)