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 | ???P\ | 0011111100111111001111110101000001011100 | 3f3f3f505c |
SJIS-WIN | 狸属村P\ | 1001001001001011100100011010111010010001101110100101000001011100 | 924b91ae91ba505c |
EUC-JP | 狸属村P\ | 1100001110101100110000101011000011000010101111000101000001011100 | c3acc2b0c2bc505c |
UTF-8 | 狸属村P\ | 1110011110001011101110001110010110110001100111101110011010011101100100010101000001011100 | e78bb8e5b19ee69d91505c |
UHC | 狸?村P\ | 11010111111000010011111111110101101111010101000001011100 | d7e13ff5bd505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)