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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 幼??幼??B | 100101110110001100111111001111111001011101100011001111110011111101000010 | 97633f3f97633f3f42 |
EUC-JP | 幼??幼??B | 110011011100010000111111001111111100110111000100001111110011111101000010 | cdc43f3fcdc43f3f42 |
UTF-8 | 幼얜뜠幼얜뜠B | 11100101101110011011110011101100100101101001110011101011100111001010000011100101101110011011110011101100100101101001110011101011100111001010000001000010 | e5b9bcec969ceb9ca0e5b9bcec969ceb9ca042 |
UHC | 幼얜뜠幼얜뜠B | 11101010111010101011111011101011100011011010001111101010111010101011111011101011100011011010001101000010 | eaeabeeb8da3eaeabeeb8da342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)