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 | «ÏúƲFB | 1000111110101011110011111111101011000110101100100100011001000010 | 8fabcffac6b24642 |
SJIS-WIN | ??????FB | 0011111100111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f3f4642 |
EUC-JP | ??ÏúÆ?FB | 0011111100111111100011111010101011000001100011111010101111100010100011111010100110100001001111110100011001000010 | 3f3f8faac18fabe28fa9a13f4642 |
UTF-8 | «ÏúƲFB | 1100001010001111110000101010101111000011100011111100001110111010110000111000011011000010101100100100011001000010 | c28fc2abc38fc3bac386c2b24642 |
UHC | ????ƲFB | 00111111001111110011111100111111101010001010000110101001111101110100011001000010 | 3f3f3f3fa8a1a9f74642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)