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?A?V?Z | 00111111010000110011111101010100001111110100000100111111010101100011111101011010 | 3f433f543f413f563f5a |
SJIS-WIN | ?C?T?A?V?Z | 00111111010000110011111101010100001111110100000100111111010101100011111101011010 | 3f433f543f413f563f5a |
EUC-JP | ?C?T?A?V?Z | 00111111010000110011111101010100001111110100000100111111010101100011111101011010 | 3f433f543f413f563f5a |
UTF-8 | 혪C혪T혪A혪V혪Z | 1110110110011000101010100100001111101101100110001010101001010100111011011001100010101010010000011110110110011000101010100101011011101101100110001010101001011010 | ed98aa43ed98aa54ed98aa41ed98aa56ed98aa5a |
UHC | 혪C혪T혪A혪V혪Z | 110000101001001001000011110000101001001001010100110000101001001001000001110000101001001001010110110000101001001001011010 | c29243c29254c29241c29256c2925a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)