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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ス臘^ | 10111101111001000110001101011110 | bde4635e |
EUC-JP | ス臘^ | 1000111010111101111001111100010001011110 | 8ebde7c45e |
UTF-8 | ス臘^ | 11101111101111011011110111101000100001111001100001011110 | efbdbde887985e |
UHC | ?臘^ | 00111111110101011100010001011110 | 3fd5c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)