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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??˝??˝^ | 0011111100111111100011111010001010110011001111110011111110001111101000101011001101011110 | 3f3f8fa2b33f3f8fa2b35e |
UTF-8 | 輦믪˝輦믪˝^ | 1110111110100110100110001110101110101111101010101100101110011101111011111010011010011000111010111010111110101010110010111001110101011110 | efa698ebafaacb9defa698ebafaacb9d5e |
UHC | 輦믪˝輦믪˝^ | 11100110111001001001001011101100101000101010100111100110111001001001001011101100101000101010100101011110 | e6e492eca2a9e6e492eca2a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)