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 | ??b?D | 0011111100111111011000100011111101000100 | 3f3f623f44 |
SJIS-WIN | ??b?D | 0011111100111111011000100011111101000100 | 3f3f623f44 |
EUC-JP | ??b?D | 0011111100111111011000100011111101000100 | 3f3f623f44 |
UTF-8 | 혩첸b혪D | 1110110110011000101010011110110010110010101110000110001011101101100110001010101001000100 | ed98a9ecb2b862ed98aa44 |
UHC | 혩첸b혪D | 1100001010010001110000111011111001100010110000101001001001000100 | c291c3be62c29244 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)