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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 只???B | 100100011111110000111111001111110011111101000010 | 91fc3f3f3f42 |
EUC-JP | 只???B | 110000101111111000111111001111110011111101000010 | c2fe3f3f3f42 |
UTF-8 | 只€렲렱B | 11100101100011111010101011100010100000101010110011101011101000001011001011101011101000001011000101000010 | e58faae282aceba0b2eba0b142 |
UHC | 只€렲렱B | 111100011111111010100010111001101000111010111111100011101011111001000010 | f1fea2e68ebf8ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)