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 | 諛雅、ケ岦」 | 111001101000011110001001111010111010010010111001111110101010110010100011 | e68789eba4b9faaca3 |
EUC-JP | 諛雅、ケ岦」 | 11101011111001111011001011101101100011101010010010001110101110011000111110111011101100111000111010100011 | ebe7b2ed8ea48eb98fbbb38ea3 |
UTF-8 | 諛雅、ケ岦」 | 111010001010101110011011111010011001101110000101111011111011110110100100111011111011110110111001111001011011001010100110111011111011110110100011 | e8ab9be99b85efbda4efbdb9e5b2a6efbda3 |
UHC | 諛雅???? | 1110101110110000111001001011101000111111001111110011111100111111 | ebb0e4ba3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)