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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ?貂鮓、F | 00111111111001101011100011101001101101101010010001000110 | 3fe6b8e9b6a446 |
EUC-JP | 弰貂鮓、F | 10001111101111001110110011101100101110101111001010111000100011101010010001000110 | 8fbcececbaf2b88ea446 |
UTF-8 | 弰貂鮓、F | 11100101101111001011000011101000101100101000001011101001101011101001001111101111101111011010010001000110 | e5bcb0e8b282e9ae93efbda446 |
UHC | ?貂??F | 001111111111010110110000001111110011111101000110 | 3ff5b03f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)