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 | 邪 | 11110000111100011000111011010111 | f0f18ed7 |
EUC-JP | ?邪 | 001111111011110011011001 | 3fbcd9 |
UTF-8 | 邪 | 111011101000001010110000111010011000001010101010 | ee82b0e982aa |
UHC | ?邪 | 001111111101111011110111 | 3fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)