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?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | ツ奪Pツ叩 | 11000010100100100100010001010000110000101001001001000000 | c2924450c29240 |
EUC-JP | ツ奪Pツ叩 | 100011101100001011000011101001010101000010001110110000101100001110100001 | 8ec2c3a5508ec2c3a1 |
UTF-8 | ツ奪Pツ叩 | 11101111101111101000001011100101101001011010101001010000111011111011111010000010111001011000111110101001 | efbe82e5a5aa50efbe82e58fa9 |
UHC | ?奪P?叩 | 00111111111101111010110001010000001111111100110110110000 | 3ff7ac503fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)