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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ー齊アサス | 1111000010110101101100001110101010001110101100011011101110111101 | f0b5b0ea8eb1bbbd |
EUC-JP | ?ー齊アサス | 0011111110001110101100001111001111101110100011101011000110001110101110111000111010111101 | 3f8eb0f3ee8eb18ebb8ebd |
UTF-8 | ー齊アサス | 111011101000000110110100111011111011110110110000111010011011110110001010111011111011110110110001111011111011110110111011111011111011110110111101 | ee81b4efbdb0e9bd8aefbdb1efbdbbefbdbd |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)