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 | 錺矩郡 | 111010000100010010001011111010011000110001010011 | e8448be98c53 |
EUC-JP | 錺矩郡 | 111011111010010110110110111010111011011110110100 | efa5b6ebb7b4 |
UTF-8 | 錺矩郡 | 111010011000110010111010111001111001111110101001111010011000001110100001 | e98cbae79fa9e983a1 |
UHC | ?矩郡 | 0011111111001111101110111100111111011011 | 3fcfbbcfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)