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 | 謔ァ謔ァ^ | 11100110100000101010011111100110100000101010011101011110 | e682a7e682a75e |
EUC-JP | 謔ァ謔ァ^ | 111010111110001010001110101001111110101111100010100011101010011101011110 | ebe28ea7ebe28ea75e |
UTF-8 | 謔ァ謔ァ^ | 11101000101011001001010011101111101111011010011111101000101011001001010011101111101111011010011101011110 | e8ac94efbda7e8ac94efbda75e |
UHC | 謔?謔?^ | 11111001110011000011111111111001110011000011111101011110 | f9cc3ff9cc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)