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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 劾h浦] | 10001010010011101000001010001000100010010101100101011101 | 8a4e828889595d |
EUC-JP | 劾h浦] | 10110011101011111010001111101000101100011011101001011101 | b3afa3e8b1ba5d |
UTF-8 | 劾h浦] | 11100101100010101011111011101111101111011000100011100110101101011010011001011101 | e58abeefbd88e6b5a65d |
UHC | 劾h浦] | 11111010101101101010001111101000111110001101110101011101 | fab6a3e8f8dd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)