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 | ??幼??幼^ | 001111110011111110010111011000110011111100111111100101110110001101011110 | 3f3f97633f3f97635e |
EUC-JP | ??幼??幼^ | 001111110011111111001101110001000011111100111111110011011100010001011110 | 3f3fcdc43f3fcdc45e |
UTF-8 | 롇롎幼롇롎幼^ | 11101011101000011000011111101011101000011000111011100101101110011011110011101011101000011000011111101011101000011000111011100101101110011011110001011110 | eba187eba18ee5b9bceba187eba18ee5b9bc5e |
UHC | 롇롎幼롇롎幼^ | 10001110110011011000111011010100111010101110101010001110110011011000111011010100111010101110101001011110 | 8ecd8ed4eaea8ecd8ed4eaea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)