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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | 軏靴A | 1111101110110010100011000100001101000001 | fbb28c4341 |
EUC-JP | 軏靴A | 100011111110000011011001101101111010010001000001 | 8fe0d9b7a441 |
UTF-8 | 軏靴A | 11101000101110111000111111101001100111011011010001000001 | e8bb8fe99db441 |
UHC | ?靴A | 00111111111111001010100001000001 | 3ffca841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)