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 | ?@d?B?? | 00111111010000000110010000111111010000100011111100111111 | 3f40643f423f3f |
SJIS-WIN | ?@d?B?? | 00111111010000000110010000111111010000100011111100111111 | 3f40643f423f3f |
EUC-JP | ?@d?B?? | 00111111010000000110010000111111010000100011111100111111 | 3f40643f423f3f |
UTF-8 | 혪@d혪B혩짯 | 111011011001100010101010010000000110010011101101100110001010101001000010111011011001100010101001111011001010011110101111 | ed98aa4064ed98aa42ed98a9eca7af |
UHC | 혪@d혪B혩짯 | 1100001010010010010000000110010011000010100100100100001011000010100100011100001010101101 | c2924064c29242c291c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)