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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 苜刷h | 1110010010011100100011011111110001101000 | e49c8dfc68 |
EUC-JP | 苜刷h | 1110011111111100101110101111111001101000 | e7fcbafe68 |
UTF-8 | 苜刷h | 11101000100010111001110011100101100010001011011101101000 | e88b9ce588b768 |
UHC | ?刷h | 00111111111000011110110001101000 | 3fe1ec68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)