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 | 幼??幼??^ | 100101110110001100111111001111111001011101100011001111110011111101011110 | 97633f3f97633f3f5e |
EUC-JP | 幼??幼??^ | 110011011100010000111111001111111100110111000100001111110011111101011110 | cdc43f3fcdc43f3f5e |
UTF-8 | 幼ⓩ솲幼ⓩ솲^ | 11100101101110011011110011100010100100111010100111101100100001101011001011100101101110011011110011100010100100111010100111101100100001101011001001011110 | e5b9bce293a9ec86b2e5b9bce293a9ec86b25e |
UHC | 幼ⓩ솲幼ⓩ솲^ | 11101010111010101010100011100110100110011010011111101010111010101010100011100110100110011010011101011110 | eaeaa8e699a7eaeaa8e699a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)