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 | ??S | 001111110011111101010011 | 3f3f53 |
SJIS-WIN | 鋙爾S | 1111101111010001100011101010001001010011 | fbd18ea253 |
EUC-JP | 鋙爾S | 100011111110010011000011101111001010010001010011 | 8fe4c3bca453 |
UTF-8 | 鋙爾S | 11101001100010111001100111100111100010001011111001010011 | e98b99e788be53 |
UHC | ?爾S | 00111111111011001011001101010011 | 3fecb353 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)