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 | «®S«¡e | 1000111110101011101011100101001110001111101010111010000101100101 | 8fabae538faba165 |
SJIS-WIN | ???S???e | 0011111100111111001111110101001100111111001111110011111101100101 | 3f3f3f533f3f3f65 |
EUC-JP | ??®S??¡e | 001111110011111110001111101000101110111001010011001111110011111110001111101000101100001001100101 | 3f3f8fa2ee533f3f8fa2c265 |
UTF-8 | «®S«¡e | 1100001010001111110000101010101111000010101011100101001111000010100011111100001010101011110000101010000101100101 | c28fc2abc2ae53c28fc2abc2a165 |
UHC | ??®S??¡e | 00111111001111111010001011100111010100110011111100111111101000101010111001100101 | 3f3fa2e7533f3fa2ae65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)