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 | è¬å¼@ | 11101000101011001001110111100101101111001000111101000000 | e8ac9de5bc8f40 |
SJIS-WIN | ?¬????@ | 0011111110000001110010100011111100111111001111110011111101000000 | 3f81ca3f3f3f3f40 |
EUC-JP | è¬?å??@ | 100011111010101110110010101000101100110000111111100011111010101110101001001111110011111101000000 | 8fabb2a2cc3f8faba93f3f40 |
UTF-8 | è¬å¼@ | 11000011101010001100001010101100110000101001110111000011101001011100001010111100110000101000111101000000 | c3a8c2acc29dc3a5c2bcc28f40 |
UHC | ????¼?@ | 0011111100111111001111110011111110101000111110010011111101000000 | 3f3f3f3fa8f93f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)