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 | 眸胱眸 | 1110000111000110111000111111011111100001110001101111011011010010 | e1c6e3f7e1c6f6d2 |
EUC-JP | 眸胱眸? | 11100010110010001110011011111001111000101100100000111111 | e2c8e6f9e2c83f |
UTF-8 | 眸胱眸 | 111001111001110010111000111010001000001110110001111001111001110010111000111011101001001110111001 | e79cb8e883b1e79cb8ee93b9 |
UHC | 眸胱眸? | 11011001110000101100111011001101110110011100001000111111 | d9c2cecdd9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)