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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??木] | 0011111100111111100101101101100001011101 | 3f3f96d85d |
EUC-JP | ?薏木] | 00111111100011111101100111011110110011001101101001011101 | 3f8fd9deccda5d |
UTF-8 | 뤳薏木] | 11101011101001001011001111101000100101101000111111100110100111001010100001011101 | eba4b3e8968fe69ca85d |
UHC | 뤳薏木] | 10001111111000011110101111111011110110011100101001011101 | 8fe1ebfbd9ca5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)