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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 馭?h馭? | 11101001011001100011111101101000111010010110011000111111 | e9663f68e9663f |
EUC-JP | 馭?h馭? | 11110001110001110011111101101000111100011100011100111111 | f1c73f68f1c73f |
UTF-8 | 馭칅h馭칅 | 11101001101001101010110111101100101110011000010101101000111010011010011010101101111011001011100110000101 | e9a6adecb98568e9a6adecb985 |
UHC | 馭칅h馭칅 | 111001011101111110101111010101100110100011100101110111111010111101010110 | e5dfaf5668e5dfaf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)