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 | è竪è | 111010001000011110010011111001111010101110101010111010001000011110010011 | e88793e7abaae88793 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??ç?ªè?? | 1000111110101011101100100011111100111111100011111010101110101110001111111000111110100010111011001000111110101011101100100011111100111111 | 8fabb23f3f8fabae3f8fa2ec8fabb23f3f |
UTF-8 | è竪è | 110000111010100011000010100001111100001010010011110000111010011111000010101010111100001010101010110000111010100011000010100001111100001010010011 | c3a8c287c293c3a7c2abc2aac3a8c287c293 |
UHC | ?????ª??? | 00111111001111110011111100111111001111111010100010100011001111110011111100111111 | 3f3f3f3f3fa8a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)