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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譎ウ蠖ァ^ | 11100110100110011011001111100101101111011010011101011110 | e699b3e5bda75e |
EUC-JP | 譎ウ蠖ァ^ | 111010111111100110001110101100111110101010111111100011101010011101011110 | ebf98eb3eabf8ea75e |
UTF-8 | 譎ウ蠖ァ^ | 11101000101011011000111011101111101111011011001111101000101000001001011011101111101111011010011101011110 | e8ad8eefbdb3e8a096efbda75e |
UHC | 譎???^ | 111111011101001000111111001111110011111101011110 | fdd23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)