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 | 廛綺徙 | 100111000100010011100011010110011001110001101111 | 9c44e3599c6f |
EUC-JP | 廛綺徙 | 110101111010010111100101101110101101011111010000 | d7a5e5bad7d0 |
UTF-8 | 廛綺徙 | 111001011011101110011011111001111011011010111010111001011011111010011001 | e5bb9be7b6bae5be99 |
UHC | 廛綺徙 | 111011101111100011010001101110111101111011010101 | eef8d1bbded5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)