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 | pupuB | 100011110111000010010011011101011000111101110000100100110111010101000010 | 8f7093758f70937542 |
SJIS-WIN | ?p?u?p?uB | 001111110111000000111111011101010011111101110000001111110111010101000010 | 3f703f753f703f7542 |
EUC-JP | ?p?u?p?uB | 001111110111000000111111011101010011111101110000001111110111010101000010 | 3f703f753f703f7542 |
UTF-8 | pupuB | 11000010100011110111000011000010100100110111010111000010100011110111000011000010100100110111010101000010 | c28f70c29375c28f70c2937542 |
UHC | ?p?u?p?uB | 001111110111000000111111011101010011111101110000001111110111010101000010 | 3f703f753f703f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)