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 | 小細 | 10001111101011001000110111010111 | 8fac8dd7 |
EUC-JP | 小細 | 10111110101011101011101011011001 | beaebad9 |
UTF-8 | 小細 | 111001011011000010001111111001111011010010110000 | e5b08fe7b4b0 |
UHC | 小細 | 11100001101100111110000110101100 | e1b3e1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)