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 | ¸ç¿Å | 10111000111001111011111111000101 | b8e7bfc5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¸ç¿Å | 100011111010001010110001100011111010101110101110100011111010001011000100100011111010101010101001 | 8fa2b18fabae8fa2c48faaa9 |
UTF-8 | ¸ç¿Å | 1100001010111000110000111010011111000010101111111100001110000101 | c2b8c3a7c2bfc385 |
UHC | ¸?¿? | 101000101010110000111111101000101010111100111111 | a2ac3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)