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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ヒ・脣 | 11001011101001011110001111111010 | cba5e3fa |
EUC-JP | ヒ・脣 | 100011101100101110001110101001011110011011111100 | 8ecb8ea5e6fc |
UTF-8 | ヒ・脣 | 111011111011111010001011111011111011110110100101111010001000010010100011 | efbe8befbda5e884a3 |
UHC | ??脣 | 00111111001111111110001011101110 | 3f3fe2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)