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 | 脣﨓 | 1110001111111010111110101110100011110010111010101111001011101010 | e3fafae8f2eaf2ea |
EUC-JP | 脣??? | 1110011011111100001111110011111100111111 | e6fc3f3f3f |
UTF-8 | 脣﨓 | 111010001000010010100011111011111010100010010011111011101000100010100001111011101000100010100001 | e884a3efa893ee88a1ee88a1 |
UHC | 脣??? | 1110001011101110001111110011111100111111 | e2ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)