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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 治~ | 1111001010110010100011101010000101111110 | f2b28ea17e |
EUC-JP | ?治~ | 00111111101111001010001101111110 | 3fbca37e |
UTF-8 | 治~ | 11101110100001111010100111100110101100101011101101111110 | ee87a9e6b2bb7e |
UHC | ?治~ | 00111111111101101011110101111110 | 3ff6bd7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)