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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 菎貶B | 1110010011000000111001101100100001000010 | e4c0e6c842 |
EUC-JP | 菎貶B | 1110100011000010111011001100101001000010 | e8c2ecca42 |
UTF-8 | 菎貶B | 11101000100011111000111011101000101100101011011001000010 | e88f8ee8b2b642 |
UHC | ?貶B | 00111111111110001011111101000010 | 3ff8bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)