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 | °²ÌË | 10110000101100101100110011001011 | b0b2cccb |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °?ÌË | 101000011110101100111111100011111010101011000000100011111010101010110011 | a1eb3f8faac08faab3 |
UTF-8 | °²ÌË | 1100001010110000110000101011001011000011100011001100001110001011 | c2b0c2b2c38cc38b |
UHC | °²?? | 101000011100011010101001111101110011111100111111 | a1c6a9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)