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 | ñûØç¼² | 111100011111101111011000111001111011110010110010 | f1fbd8e7bcb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñûØç?? | 1000111110101011110100001000111110101011111001011000111110101001101011001000111110101011101011100011111100111111 | 8fabd08fabe58fa9ac8fabae3f3f |
UTF-8 | ñûØç¼² | 110000111011000111000011101110111100001110011000110000111010011111000010101111001100001010110010 | c3b1c3bbc398c3a7c2bcc2b2 |
UHC | ??Ø?¼² | 001111110011111110101000101010100011111110101000111110011010100111110111 | 3f3fa8aa3fa8f9a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)