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 | é ì¸í | 111010011010000010010000111011001000110110111000111011011000000010011111 | e9a090ec8db8ed809f |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | é??ì?¸í?? | 1000111110101011101100010011111100111111100011111010101111000000001111111000111110100010101100011000111110101011101111110011111100111111 | 8fabb13f3f8fabc03f8fa2b18fabbf3f3f |
UTF-8 | é ì¸í | 110000111010100111000010101000001100001010010000110000111010110011000010100011011100001010111000110000111010110111000010100000001100001010011111 | c3a9c2a0c290c3acc28dc2b8c3adc280c29f |
UHC | ?????¸??? | 00111111001111110011111100111111001111111010001010101100001111110011111100111111 | 3f3f3f3f3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)