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 | 諡懆№ | 111001101000101110011100111010001000011110000010 | e68b9ce88782 |
EUC-JP | 諡懆№ | 11101011111010111101100011101010100011111010001011110001 | ebebd8ea8fa2f1 |
UTF-8 | 諡懆№ | 111010001010101110100001111001101000011110000110111000101000010010010110 | e8aba1e68786e28496 |
UHC | 諡?№ | 1110001111001101001111111010001011100000 | e3cd3fa2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)