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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ゥ。「エィ | 10101001101000011010001010110100101010001111011001101011 | a9a1a2b4a8f66b |
EUC-JP | ゥ。「エィ? | 1000111010101001100011101010000110001110101000101000111010110100100011101010100000111111 | 8ea98ea18ea28eb48ea83f |
UTF-8 | ゥ。「エィ | 111011111011110110101001111011111011110110100001111011111011110110100010111011111011110110110100111011111011110110101000111011101001001010010011 | efbda9efbda1efbda2efbdb4efbda8ee9293 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)