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 | å¸çe^ | 1110010110010100101110001110011110011100100001000110010101011110 | e594b8e79c84655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | å?¸ç??e^ | 1000111110101011101010010011111110001111101000101011000110001111101010111010111000111111001111110110010101011110 | 8faba93f8fa2b18fabae3f3f655e |
UTF-8 | å¸çe^ | 1100001110100101110000101001010011000010101110001100001110100111110000101001110011000010100001000110010101011110 | c3a5c294c2b8c3a7c29cc284655e |
UHC | ??¸???e^ | 001111110011111110100010101011000011111100111111001111110110010101011110 | 3f3fa2ac3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)