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 | 鄂咲唱 | 111001111011110110001101111001111000111110100101 | e7bd8de78fa5 |
EUC-JP | 鄂咲唱 | 111011101011111110111010111010011011111010100111 | eebfbae9bea7 |
UTF-8 | 鄂咲唱 | 111010011000010010000010111001011001001010110010111001011001010010110001 | e98482e592b2e594b1 |
UHC | 鄂?唱 | 1110010011000111001111111111001111011101 | e4c73ff3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)