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 | シ瑤、 | 111100101011111110111100111010101010001010100100 | f2bfbceaa2a4 |
EUC-JP | ?シ瑤、 | 00111111100011101011110011110100101001001000111010100100 | 3f8ebcf4a48ea4 |
UTF-8 | シ瑤、 | 111011101000011110110110111011111011110110111100111001111001000110100100111011111011110110100100 | ee87b6efbdbce791a4efbda4 |
UHC | ??瑤? | 0011111100111111111010001111110100111111 | 3f3fe8fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)