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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 痘柵}痘柵{^ | 1001001110010111100011011111001001111101100100111001011110001101111100100111101101011110 | 93978df27d93978df27b5e |
EUC-JP | 痘柵}痘柵{^ | 1100010111110111101110101111010001111101110001011111011110111010111101000111101101011110 | c5f7baf47dc5f7baf47b5e |
UTF-8 | 痘柵}痘柵{^ | 111001111001011110011000111001101001111110110101011111011110011110010111100110001110011010011111101101010111101101011110 | e79798e69fb57de79798e69fb57b5e |
UHC | 痘柵}痘柵{^ | 1101010011100011111100111111110101111101110101001110001111110011111111010111101101011110 | d4e3f3fd7dd4e3f3fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)