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 | ?C?]???\^ | 001111110100001100111111010111010011111100111111001111110101110001011110 | 3f433f5d3f3f3f5c5e |
SJIS-WIN | ?C?]???\^ | 001111110100001100111111010111010011111100111111001111110101110001011110 | 3f433f5d3f3f3f5c5e |
EUC-JP | ?C?]???\^ | 001111110100001100111111010111010011111100111111001111110101110001011110 | 3f433f5d3f3f3f5c5e |
UTF-8 | 혪C혪]혩쨈혪\^ | 11101101100110001010101001000011111011011001100010101010010111011110110110011000101010011110110010101000100010001110110110011000101010100101110001011110 | ed98aa43ed98aa5ded98a9eca888ed98aa5c5e |
UHC | 혪C혪]혩쨈혪\^ | 1100001010010010010000111100001010010010010111011100001010010001110000101011010011000010100100100101110001011110 | c29243c2925dc291c2b4c2925c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)