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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤?靜?提 | 1001001011100111001111111110100011001110001111111001001011110001 | 92e73fe8ce3f92f1 |
EUC-JP | 堤?靜?提 | 1100010011101001001111111111000011010000001111111100010011110011 | c4e93ff0d03fc4f3 |
UTF-8 | 堤렲靜렗提 | 111001011010000010100100111010111010000010110010111010011001110110011100111010111010000010010111111001101000111110010000 | e5a0a4eba0b2e99d9ceba097e68f90 |
UHC | 堤렲靜렗提 | 11110000101001111000111010111111111100001010000110001110101011001111000010101011 | f0a78ebff0a18eacf0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)