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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 睫。ヘ | 111000011100101010100001110011011111000110110110 | e1caa1cdf1b6 |
EUC-JP | 睫。ヘ? | 11100010110011001000111010100001100011101100110100111111 | e2cc8ea18ecd3f |
UTF-8 | 睫。ヘ | 111001111001110110101011111011111011110110100001111011111011111010001101111011101000010010110001 | e79dabefbda1efbe8dee84b1 |
UHC | 睫??? | 1111010011100010001111110011111100111111 | f4e23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)