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 | ÝÜ÷§~ | 1101110111011100111101111010011101111110 | dddcf7a77e |
SJIS-WIN | ??֤~ | 00111111001111111000000110000000100000011001100001111110 | 3f3f818081987e |
EUC-JP | ÝÜ÷§~ | 1000111110101010111100101000111110101010111001001010000111100000101000011111100001111110 | 8faaf28faae4a1e0a1f87e |
UTF-8 | ÝÜ÷§~ | 110000111001110111000011100111001100001110110111110000101010011101111110 | c39dc39cc3b7c2a77e |
UHC | ??֤~ | 00111111001111111010000111000000101000011101011101111110 | 3f3fa1c0a1d77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)