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 | 寤??宥 | 100110111000100000111111001111111001011101000111 | 9b883f3f9747 |
EUC-JP | 寤??宥 | 110101011110100000111111001111111100110110101000 | d5e83f3fcda8 |
UTF-8 | 寤뤴뫒宥 | 111001011010111110100100111010111010010010110100111010111010101110010010111001011010111010100101 | e5afa4eba4b4ebab92e5aea5 |
UHC | 寤뤴뫒宥 | 1110011111110101100011111110001010010001101101001110101011101001 | e7f58fe291b4eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)