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 | ÷þªèª¡ | 111101111111111010101010111010001010101010100001 | f7feaae8aaa1 |
SJIS-WIN | ÷????? | 10000001100000000011111100111111001111110011111100111111 | 81803f3f3f3f3f |
EUC-JP | ÷þªèª¡ | 1010000111100000100011111010100111010000100011111010001011101100100011111010101110110010100011111010001011101100100011111010001011000010 | a1e08fa9d08fa2ec8fabb28fa2ec8fa2c2 |
UTF-8 | ÷þªèª¡ | 110000111011011111000011101111101100001010101010110000111010100011000010101010101100001010100001 | c3b7c3bec2aac3a8c2aac2a1 |
UHC | ÷þª?ª¡ | 1010000111000000101010011010110110101000101000110011111110101000101000111010001010101110 | a1c0a9ada8a33fa8a3a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)