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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ??循P | 0011111100111111100011110111101001010000 | 3f3f8f7a50 |
EUC-JP | ??循P | 0011111100111111101111011101101101010000 | 3f3fbddb50 |
UTF-8 | 롍렊循P | 11101011101000011000110111101011101000001000101011100101101111101010101001010000 | eba18deba08ae5beaa50 |
UHC | 롍렊循P | 10001110110100111000111010100001111000101110000001010000 | 8ed38ea1e2e050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)