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 | 睫。ヘ巐 | 1110000111001010101000011100110111110001101101101111101010110110 | e1caa1cdf1b6fab6 |
EUC-JP | 睫。ヘ?巐 | 11100010110011001000111010100001100011101100110100111111100011111011101111111001 | e2cc8ea18ecd3f8fbbf9 |
UTF-8 | 睫。ヘ巐 | 111001111001110110101011111011111011110110100001111011111011111010001101111011101000010010110001111001011011011110010000 | e79dabefbda1efbe8dee84b1e5b790 |
UHC | 睫???? | 111101001110001000111111001111110011111100111111 | f4e23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)