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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??哉B | 0011111100111111100011011100011001000010 | 3f3f8dc642 |
EUC-JP | ??哉B | 0011111100111111101110101100100001000010 | 3f3fbac842 |
UTF-8 | 렻렓哉B | 11101011101000001011101111101011101000001001001111100101100100111000100101000010 | eba0bbeba093e5938942 |
UHC | 렻렓哉B | 10001110110000111000111010101000111011101010001101000010 | 8ec38ea8eea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)