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 | 痙o | 11100001011110101000001010001111 | e17a828f |
EUC-JP | 痙o | 11100001110110111010001111101111 | e1dba3ef |
UTF-8 | 痙o | 111001111001011110011001111011111011110110001111 | e79799efbd8f |
UHC | 痙o | 11001100111000101010001111101111 | cce2a3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)