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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 簫「ェァコ | 111000101101001010100010101010101010011110111010 | e2d2a2aaa7ba |
EUC-JP | 簫「ェァコ | 11100100110101001000111010100010100011101010101010001110101001111000111010111010 | e4d48ea28eaa8ea78eba |
UTF-8 | 簫「ェァコ | 111001111011000010101011111011111011110110100010111011111011110110101010111011111011110110100111111011111011110110111010 | e7b0abefbda2efbdaaefbda7efbdba |
UHC | 簫???? | 111000011100011100111111001111110011111100111111 | e1c73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)