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 | åüêKe^ | 1110010111111100100000101110101010000100010010110110010101011110 | e5fc82ea844b655e |
SJIS-WIN | ?????Ke^ | 0011111100111111001111110011111100111111010010110110010101011110 | 3f3f3f3f3f4b655e |
EUC-JP | åü?ê?Ke^ | 1000111110101011101010011000111110101011111001000011111110001111101010111011010000111111010010110110010101011110 | 8faba98fabe43f8fabb43f4b655e |
UTF-8 | åüêKe^ | 11000011101001011100001110111100110000101000001011000011101010101100001010000100010010110110010101011110 | c3a5c3bcc282c3aac2844b655e |
UHC | ?????Ke^ | 0011111100111111001111110011111100111111010010110110010101011110 | 3f3f3f3f3f4b655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)