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馭셂 | 11101001101001101010110111101100100001011000001001101000111010011010011010101101111011001000010110000010 | e9a6adec858268e9a6adec8582 |
UHC | 馭셂h馭셂 | 111001011101111110011001010011000110100011100101110111111001100101001100 | e5df994c68e5df994c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)