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 | 幼얜뙩幼얜뙩^ | 11100101101110011011110011101100100101101001110011101011100110011010100111100101101110011011110011101100100101101001110011101011100110011010100101011110 | e5b9bcec969ceb99a9e5b9bcec969ceb99a95e |
UHC | 幼얜뙩幼얜뙩^ | 11101010111010101011111011101011100011001010110011101010111010101011111011101011100011001010110001011110 | eaeabeeb8caceaeabeeb8cac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)