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 | àìè®Û | 111000001110110011101000101011101000111011011011 | e0ece8ae8edb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àìè®?Û | 10001111101010111010001010001111101010111100000010001111101010111011001010001111101000101110111000111111100011111010101011100101 | 8faba28fabc08fabb28fa2ee3f8faae5 |
UTF-8 | àìè®Û | 110000111010000011000011101011001100001110101000110000101010111011000010100011101100001110011011 | c3a0c3acc3a8c2aec28ec39b |
UHC | ???®?? | 00111111001111110011111110100010111001110011111100111111 | 3f3f3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)