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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 精?援??? | 1001000010111000001111111000100110000111001111110011111100111111 | 90b83f89873f3f3f |
EUC-JP | 精?援??? | 1100000010111010001111111011000111100111001111110011111100111111 | c0ba3fb1e73f3f3f |
UTF-8 | 精렗援렞뤊풆 | 111001111011001010111110111010111010000010010111111001101000111110110100111010111010000010011110111010111010010010001010111011011001001010000110 | e7b2beeba097e68fb4eba09eeba48aed9286 |
UHC | 精렗援렞뤊풆 | 111011111111000110001110101011001110101010110101100011101010111110001111101110101011111010001110 | eff18eaceab58eaf8fbabe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)