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 | ?祐??^ | 001111111001011101010011001111110011111101011110 | 3f97533f3f5e |
EUC-JP | ?祐?瑀^ | 0011111111001101101101000011111110001111110011001011011101011110 | 3fcdb43f8fccb75e |
UTF-8 | 렳祐렳瑀^ | 11101011101000001011001111100111101001011001000011101011101000001011001111100111100100011000000001011110 | eba0b3e7a590eba0b3e791805e |
UHC | 렳祐렳瑀^ | 100011101100000011101001110111101000111011000000111010011101110001011110 | 8ec0e9de8ec0e9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)