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 | 氈顔 | 10011111100000011000101011100111 | 9f818ae7 |
EUC-JP | 氈顔 | 11011101111000011011010011101001 | dde1b4e9 |
UTF-8 | 氈顔 | 111001101011000010001000111010011010000110010100 | e6b088e9a194 |
UHC | 氈顔 | 11101110111111011110010011010100 | eefde4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)