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 | ?貭銧ァ | 001111111110011011000010111110111100110010100111 | 3fe6c2fbcca7 |
EUC-JP | 巋貭銧ァ | 10001111101110111111100011101100110001001000111111100100101001101000111010100111 | 8fbbf8ecc48fe4a68ea7 |
UTF-8 | 巋貭銧ァ | 111001011011011110001011111010001011001010101101111010011000101010100111111011111011110110100111 | e5b78be8b2ade98aa7efbda7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)