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 | 錺矩現 | 111010000100010010001011111010011000110010111011 | e8448be98cbb |
EUC-JP | 錺矩現 | 111011111010010110110110111010111011100010111101 | efa5b6ebb8bd |
UTF-8 | 錺矩現 | 111010011000110010111010111001111001111110101001111001111000111110111110 | e98cbae79fa9e78fbe |
UHC | ?矩現 | 0011111111001111101110111111101011011110 | 3fcfbbfade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)