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 | 嵒啻 | 10011011110001111001101001100000 | 9bc79a60 |
EUC-JP | 嵒啻 | 11010110110010011101001111000001 | d6c9d3c1 |
UTF-8 | 嵒啻 | 111001011011010110010010111001011001010110111011 | e5b592e595bb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)