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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 謔ウ] | 11100110100000101011001101011101 | e682b35d |
EUC-JP | 謔ウ] | 1110101111100010100011101011001101011101 | ebe28eb35d |
UTF-8 | 謔ウ] | 11101000101011001001010011101111101111011011001101011101 | e8ac94efbdb35d |
UHC | 謔?] | 11111001110011000011111101011101 | f9cc3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)