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???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
SJIS-WIN | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
EUC-JP | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
UTF-8 | 혱c혴혵혗짧 | 11101101100110001011000101100011111011011001100010110100111011011001100010110101111011011001100010010111111011001010011110100111 | ed98b163ed98b4ed98b5ed9897eca7a7 |
UHC | 혱c혴혵혗짧 | 1100001010011000011000111100001010011011110000101001110011000010100000101100001010101010 | c29863c29bc29cc282c2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)