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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?讓辟 | 0011111111100110101010001110011110000100 | 3fe6a8e784 |
EUC-JP | 奡讓辟 | 10001111101110001111101111101100101010101110110111100100 | 8fb8fbecaaede4 |
UTF-8 | 奡讓辟 | 111001011010010110100001111010001010111010010011111010001011111010011111 | e5a5a1e8ae93e8be9f |
UHC | ?讓? | 00111111111001011101001100111111 | 3fe5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)