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 | àÙäçäë | 111000001101100111100100111001111110010011101011 | e0d9e4e7e4eb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àÙäçäë | 100011111010101110100010100011111010101011100011100011111010101110100011100011111010101110101110100011111010101110100011100011111010101110110011 | 8faba28faae38faba38fabae8faba38fabb3 |
UTF-8 | àÙäçäë | 110000111010000011000011100110011100001110100100110000111010011111000011101001001100001110101011 | c3a0c399c3a4c3a7c3a4c3ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)