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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 腺雨腺雨^ | 100100010100001010001001010010101001000101000010100010010100101001011110 | 9142894a9142894a5e |
EUC-JP | 腺雨腺雨^ | 110000011010001110110001101010111100000110100011101100011010101101011110 | c1a3b1abc1a3b1ab5e |
UTF-8 | 腺雨腺雨^ | 11101000100001011011101011101001100110111010100011101000100001011011101011101001100110111010100001011110 | e885bae99ba8e885bae99ba85e |
UHC | 腺雨腺雨^ | 111000001100110111101001111010111110000011001101111010011110101101011110 | e0cde9ebe0cde9eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)