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 | ?@U?C?P | 00111111010000000101010100111111010000110011111101010000 | 3f40553f433f50 |
SJIS-WIN | ?@U?C?P | 00111111010000000101010100111111010000110011111101010000 | 3f40553f433f50 |
EUC-JP | ?@U?C?P | 00111111010000000101010100111111010000110011111101010000 | 3f40553f433f50 |
UTF-8 | 혪@U혪C혪P | 11101101100110001010101001000000010101011110110110011000101010100100001111101101100110001010101001010000 | ed98aa4055ed98aa43ed98aa50 |
UHC | 혪@U혪C혪P | 11000010100100100100000001010101110000101001001001000011110000101001001001010000 | c2924055c29243c29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)