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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澱??峯 | 100100110110001000111111001111111001010111110101 | 93623f3f95f5 |
EUC-JP | 澱?邕峯 | 1100010111000011001111111000111111100001111011011100101011110111 | c5c33f8fe1edcaf7 |
UTF-8 | 澱렋邕峯 | 111001101011111010110001111010111010000010001011111010011000001010010101111001011011001110101111 | e6beb1eba08be98295e5b3af |
UHC | 澱렋邕峯 | 1110111011111110100011101010001011101000101110111101110011100111 | eefe8ea2e8bbdce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)