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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鯣ェ顆メ | 111010011100011010101010111010001111011111010010 | e9c6aae8f7d2 |
EUC-JP | 鯣ェ顆メ | 1111001011001000100011101010101011110000111110011000111011010010 | f2c88eaaf0f98ed2 |
UTF-8 | 鯣ェ顆メ | 111010011010111110100011111011111011110110101010111010011010000110000110111011111011111010010010 | e9afa3efbdaae9a186efbe92 |
UHC | ??顆? | 0011111100111111110011101010100000111111 | 3f3fcea83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)