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 | ??U??? | 001111110011111101010101001111110011111100111111 | 3f3f553f3f3f |
SJIS-WIN | 蜩ュU蜥、髻 | 111001011001001110101101010101011110010110010010101001001110100110011111 | e593ad55e592a4e99f |
EUC-JP | 蜩ュU蜥、髻 | 1110100111110011100011101010110101010101111010011111001010001110101001001111001010100001 | e9f38ead55e9f28ea4f2a1 |
UTF-8 | 蜩ュU蜥、髻 | 11101000100111001010100111101111101111011010110101010101111010001001110010100101111011111011110110100100111010011010101110111011 | e89ca9efbdad55e89ca5efbda4e9abbb |
UHC | ??U??? | 001111110011111101010101001111110011111100111111 | 3f3f553f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)