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 | çñè | 111001111111000110011001111010001000111010001110 | e7f199e88e8e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çñ?è?? | 100011111010101110101110100011111010101111010000001111111000111110101011101100100011111100111111 | 8fabae8fabd03f8fabb23f3f |
UTF-8 | çñè | 110000111010011111000011101100011100001010011001110000111010100011000010100011101100001010001110 | c3a7c3b1c299c3a8c28ec28e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)