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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霍冶キ某 | 11101000101101111001011011101000101101111001011001011110 | e8b796e8b7965e |
EUC-JP | 霍冶キ某 | 1111000010111001110011001110101010001110101101111100101110111111 | f0b9ccea8eb7cbbf |
UTF-8 | 霍冶キ某 | 111010011001110010001101111001011000011010110110111011111011110110110111111001101001111110010000 | e99c8de586b6efbdb7e69f90 |
UHC | ?冶?某 | 001111111110010110100111001111111101100110111011 | 3fe5a73fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)