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 | 脣紙Й筵 | 1110001111111010100011101000011010000100010010101110001010100101 | e3fa8e86844ae2a5 |
EUC-JP | 脣紙Й筵 | 1110011011111100101110111110011010100111101010111110010010100111 | e6fcbbe6a7abe4a7 |
UTF-8 | 脣紙Й筵 | 1110100010000100101000111110011110110100100110011101000010011001111001111010110110110101 | e884a3e7b499d099e7adb5 |
UHC | 脣紙Й筵 | 1110001011101110111100101011010110101100101010111110011011011101 | e2eef2b5acabe6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)