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?@?P?@^ | 001111110101000000111111010000000011111101010000001111110100000001011110 | 3f503f403f503f405e |
SJIS-WIN | ?P?@?P?@^ | 001111110101000000111111010000000011111101010000001111110100000001011110 | 3f503f403f503f405e |
EUC-JP | ?P?@?P?@^ | 001111110101000000111111010000000011111101010000001111110100000001011110 | 3f503f403f503f405e |
UTF-8 | 묧P묲@묧P묲@^ | 1110101110101100101001110101000011101011101011001011001001000000111010111010110010100111010100001110101110101100101100100100000001011110 | ebaca750ebacb240ebaca750ebacb2405e |
UHC | 묧P묲@묧P묲@^ | 10010001111111100101000010010010010010010100000010010001111111100101000010010010010010010100000001011110 | 91fe5092494091fe509249405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)