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 | 逶ァ~ | 11100111100110111010011101111110 | e79ba77e |
EUC-JP | 逶ァ~ | 1110110111111011100011101010011101111110 | edfb8ea77e |
UTF-8 | 逶ァ~ | 11101001100000001011011011101111101111011010011101111110 | e980b6efbda77e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)