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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 濠斑 | 10001101100010101001010011000001 | 8d8a94c1 |
EUC-JP | 濠斑 | 10111001111010101100100011000011 | b9eac8c3 |
UTF-8 | 濠斑 | 111001101011111110100000111001101001011010010001 | e6bfa0e69691 |
UHC | 濠斑 | 11111011110011001101101011101000 | fbccdae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)