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 | 轅?諸? | 111001110111011000111111100011111001010000111111 | e7763f8f943f |
EUC-JP | 轅?諸? | 111011011101011100111111101111011111010000111111 | edd73fbdf43f |
UTF-8 | 轅렎諸멸 | 111010001011110110000101111010111010000010001110111010001010101110111000111010111010100110111000 | e8bd85eba08ee8abb8eba9b8 |
UHC | 轅렎諸멸 | 1110101010111111100011101010010011110000101100111011100011101010 | eabf8ea4f0b3b8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)