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 | 趁晧感 | 111001101110000110011101111011001000101010110100 | e6e19dec8ab4 |
EUC-JP | 趁晧感 | 111011001110001111011010111011101011010010110110 | ece3daeeb4b6 |
UTF-8 | 趁晧感 | 111010001011011010000001111001101001100110100111111001101000010010011111 | e8b681e699a7e6849f |
UHC | ?晧感 | 0011111111111011110001011100101011101111 | 3ffbc5caef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)