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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 竺x | 1111000010101111100011101011000101111000 | f0af8eb178 |
EUC-JP | ?竺x | 00111111101111001011001101111000 | 3fbcb378 |
UTF-8 | 竺x | 11101110100000011010111011100111101010111011101001111000 | ee81aee7abba78 |
UHC | ?竺x | 00111111111101011110011101111000 | 3ff5e778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)