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 | 菴器舟脣 | 1110010010111101100010101110110110001111010011011110001111111010 | e4bd8aed8f4de3fa |
EUC-JP | 菴器舟脣 | 1110100010111111101101001110111110111101101011101110011011111100 | e8bfb4efbdaee6fc |
UTF-8 | 菴器舟脣 | 111010001000111110110100111001011001100110101000111010001000100010011111111010001000010010100011 | e88fb4e599a8e8889fe884a3 |
UHC | 菴器舟脣 | 1110010011100000110100001110111111110001110001111110001011101110 | e4e0d0eff1c7e2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)