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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??訌^ | 0011111100111111111001100110000001011110 | 3f3fe6605e |
EUC-JP | ??訌^ | 0011111100111111111010111100000101011110 | 3f3febc15e |
UTF-8 | 롎렔訌^ | 11101011101000011000111011101011101000001001010011101000101010001000110001011110 | eba18eeba094e8a88c5e |
UHC | 롎렔訌^ | 10001110110101001000111010101001111110111111011101011110 | 8ed48ea9fbf75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)