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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?讓巐・巐 | 0011111111100110101010001111101010110110101001011111101010110110 | 3fe6a8fab6a5fab6 |
EUC-JP | 巋讓巐・巐 | 10001111101110111111100011101100101010101000111110111011111110011000111010100101100011111011101111111001 | 8fbbf8ecaa8fbbf98ea58fbbf9 |
UTF-8 | 巋讓巐・巐 | 111001011011011110001011111010001010111010010011111001011011011110010000111011111011110110100101111001011011011110010000 | e5b78be8ae93e5b790efbda5e5b790 |
UHC | ?讓??? | 001111111110010111010011001111110011111100111111 | 3fe5d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)