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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 寤??幼? | 10011011100010000011111100111111100101110110001100111111 | 9b883f3f97633f |
EUC-JP | 寤??幼? | 11010101111010000011111100111111110011011100010000111111 | d5e83f3fcdc43f |
UTF-8 | 寤뤿맫幼긖 | 111001011010111110100100111010111010010010111111111010111010011110101011111001011011100110111100111010101011100010010110 | e5afa4eba4bfeba7abe5b9bceab896 |
UHC | 寤뤿맫幼긖 | 11100111111101011000111111101011100100001011001111101010111010101000001101010100 | e7f58feb90b3eaea8354 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)