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 | 脣眸 | 1110001111111010111101101100000011110101111001111110000111000110 | e3faf6c0f5e7e1c6 |
EUC-JP | 脣??眸 | 111001101111110000111111001111111110001011001000 | e6fc3f3fe2c8 |
UTF-8 | 脣眸 | 111010001000010010100011111011101001001110100111111011101001000110010010111001111001110010111000 | e884a3ee93a7ee9192e79cb8 |
UHC | 脣??眸 | 111000101110111000111111001111111101100111000010 | e2ee3f3fd9c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)