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 | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
SJIS-WIN | 巐呰嚥@巐廷 | 1111101010110110100110011110110110011010100010110100000011111010101101101001001011101100 | fab699ed9a8b40fab692ec |
EUC-JP | 巐呰嚥@巐廷 | 10001111101110111111100111010010111011111101001111101011010000001000111110111011111110011100010011101110 | 8fbbf9d2efd3eb408fbbf9c4ee |
UTF-8 | 巐呰嚥@巐廷 | 11100101101101111001000011100101100100011011000011100101100110101010010101000000111001011011011110010000111001011011101110110111 | e5b790e591b0e59aa540e5b790e5bbb7 |
UHC | ??嚥@?廷 | 0011111100111111111001101011111101000000001111111110111111010101 | 3f3fe6bf403fefd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)