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 | æýç° | 111001101111110110011010111001111011000010010001 | e6fd9ae7b091 |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | æý?ç°? | 10001111101010011100000110001111101010111111001000111111100011111010101110101110101000011110101100111111 | 8fa9c18fabf23f8fabaea1eb3f |
UTF-8 | æýç° | 110000111010011011000011101111011100001010011010110000111010011111000010101100001100001010010001 | c3a6c3bdc29ac3a7c2b0c291 |
UHC | æ???°? | 1010100110100001001111110011111100111111101000011100011000111111 | a9a13f3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)