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 | å·í | 1110010110110111100011011110110110000010 | e5b78ded82 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | å??í? | 100011111010101110101001001111110011111110001111101010111011111100111111 | 8faba93f3f8fabbf3f |
UTF-8 | å·í | 11000011101001011100001010110111110000101000110111000011101011011100001010000010 | c3a5c2b7c28dc3adc282 |
UHC | ?·??? | 001111111010000110100100001111110011111100111111 | 3fa1a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)