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 | ?F?D???B | 0011111101000110001111110100010000111111001111110011111101000010 | 3f463f443f3f3f42 |
SJIS-WIN | ?F?D???B | 0011111101000110001111110100010000111111001111110011111101000010 | 3f463f443f3f3f42 |
EUC-JP | ?F?D???B | 0011111101000110001111110100010000111111001111110011111101000010 | 3f463f443f3f3f42 |
UTF-8 | 혪F혪D혩쩌혪B | 111011011001100010101010010001101110110110011000101010100100010011101101100110001010100111101100101010011000110011101101100110001010101001000010 | ed98aa46ed98aa44ed98a9eca98ced98aa42 |
UHC | 혪F혪D혩쩌혪B | 11000010100100100100011011000010100100100100010011000010100100011100001010111100110000101001001001000010 | c29246c29244c291c2bcc29242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)