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 | ?^?^B | 0011111101011110001111110101111001000010 | 3f5e3f5e42 |
SJIS-WIN | 紆^紆^B | 11100010111111000101111011100010111111000101111001000010 | e2fc5ee2fc5e42 |
EUC-JP | 紆^紆^B | 11100100111111100101111011100100111111100101111001000010 | e4fe5ee4fe5e42 |
UTF-8 | 紆^紆^B | 111001111011010010000110010111101110011110110100100001100101111001000010 | e7b4865ee7b4865e42 |
UHC | 紆^紆^B | 11101001111000010101111011101001111000010101111001000010 | e9e15ee9e15e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)