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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浯夭い跪 | 1111101011111100100110101110111010000010101000101110011011101100 | fafc9aee82a2e6ec |
EUC-JP | 浯夭い跪 | 100011111100011111000011110101001111000010100100101001001110110011101110 | 8fc7c3d4f0a4a4ecee |
UTF-8 | 浯夭い跪 | 111001101011010110101111111001011010010010101101111000111000000110000100111010001011011110101010 | e6b5afe5a4ade38184e8b7aa |
UHC | ?夭い? | 001111111110100011101100101010101010010000111111 | 3fe8ecaaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)