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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髻亥唱 | 111010011001111110001000111001011000111110100101 | e99f88e58fa5 |
EUC-JP | 髻亥唱 | 111100101010000110110000111001111011111010100111 | f2a1b0e7bea7 |
UTF-8 | 髻亥唱 | 111010011010101110111011111001001011101010100101111001011001010010110001 | e9abbbe4baa5e594b1 |
UHC | ?亥唱 | 0011111111111010101001001111001111011101 | 3ffaa4f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)