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 | 邵」蜈ュ荳 | 1110011110111000101000111110010110000101101011011110010010111000 | e7b8a3e585ade4b8 |
EUC-JP | 邵」蜈ュ荳 | 11101110101110101000111010100011111010011110010110001110101011011110100010111010 | eeba8ea3e9e58eade8ba |
UTF-8 | 邵」蜈ュ荳 | 111010011000001010110101111011111011110110100011111010001001110010001000111011111011110110101101111010001000110110110011 | e982b5efbda3e89c88efbdade88db3 |
UHC | 邵?蜈?荳 | 1110000111010000001111111110100010100101001111111101010011100101 | e1d03fe8a53fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)