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챗@^ | 1110110010110000101111000101000011101100101100011001011101000000111011001011000010111100010100001110110010110001100101110100000001011110 | ecb0bc50ecb19740ecb0bc50ecb197405e |
UHC | 찼P챗@찼P챗@^ | 11000011101000010101000011000011101010100100000011000011101000010101000011000011101010100100000001011110 | c3a150c3aa40c3a150c3aa405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)