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 | «ÏúƲN | 10001111101010111100111111111010110001101011001001001110 | 8fabcffac6b24e |
SJIS-WIN | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
EUC-JP | ??ÏúÆ?N | 00111111001111111000111110101010110000011000111110101011111000101000111110101001101000010011111101001110 | 3f3f8faac18fabe28fa9a13f4e |
UTF-8 | «ÏúƲN | 11000010100011111100001010101011110000111000111111000011101110101100001110000110110000101011001001001110 | c28fc2abc38fc3bac386c2b24e |
UHC | ????ƲN | 001111110011111100111111001111111010100010100001101010011111011101001110 | 3f3f3f3fa8a1a9f74e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)