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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?讓巐・ | 001111111110011010101000111110101011011010100101 | 3fe6a8fab6a5 |
EUC-JP | 巋讓巐・ | 10001111101110111111100011101100101010101000111110111011111110011000111010100101 | 8fbbf8ecaa8fbbf98ea5 |
UTF-8 | 巋讓巐・ | 111001011011011110001011111010001010111010010011111001011011011110010000111011111011110110100101 | e5b78be8ae93e5b790efbda5 |
UHC | ?讓?? | 0011111111100101110100110011111100111111 | 3fe5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)