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 | ??輕^ | 0011111100111111111001110110101001011110 | 3f3fe76a5e |
EUC-JP | ??輕^ | 0011111100111111111011011100101101011110 | 3f3fedcb5e |
UTF-8 | 렡렶輕^ | 11101011101000001010000111101011101000001011011011101000101111001001010101011110 | eba0a1eba0b6e8bc955e |
UHC | 렡렶輕^ | 10001110101100101000111011000001110011001110111001011110 | 8eb28ec1ccee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)