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 | 眸脣眸 | 1110000111000110111000111111101011100001110001101111011011010010 | e1c6e3fae1c6f6d2 |
EUC-JP | 眸脣眸? | 11100010110010001110011011111100111000101100100000111111 | e2c8e6fce2c83f |
UTF-8 | 眸脣眸 | 111001111001110010111000111010001000010010100011111001111001110010111000111011101001001110111001 | e79cb8e884a3e79cb8ee93b9 |
UHC | 眸脣眸? | 11011001110000101110001011101110110110011100001000111111 | d9c2e2eed9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)