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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 籬箋 | 11100010110111111110001010110011 | e2dfe2b3 |
EUC-JP | 籬箋 | 11100100111000011110010010110101 | e4e1e4b5 |
UTF-8 | 籬箋 | 111001111011000110101100111001111010111010001011 | e7b1ace7ae8b |
UHC | 籬箋 | 11010111111001101110111110101000 | d7e6efa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)