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?T?C?T^ | 001111110100001100111111010101000011111101000011001111110101010001011110 | 3f433f543f433f545e |
SJIS-WIN | ?C?T?C?T^ | 001111110100001100111111010101000011111101000011001111110101010001011110 | 3f433f543f433f545e |
EUC-JP | ?C?T?C?T^ | 001111110100001100111111010101000011111101000011001111110101010001011110 | 3f433f543f433f545e |
UTF-8 | 혪C혪T혪C혪T^ | 1110110110011000101010100100001111101101100110001010101001010100111011011001100010101010010000111110110110011000101010100101010001011110 | ed98aa43ed98aa54ed98aa43ed98aa545e |
UHC | 혪C혪T혪C혪T^ | 11000010100100100100001111000010100100100101010011000010100100100100001111000010100100100101010001011110 | c29243c29254c29243c292545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)