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 | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-WIN | ネス爾o | 111100001111011111001000111100011000111010111101100011101010001001101111 | f0f7c8f18ebd8ea26f |
EUC-JP | ?ネ?ス爾o | 001111111000111011001000001111111000111010111101101111001010010001101111 | 3f8ec83f8ebdbca46f |
UTF-8 | ネス爾o | 11101110100000101011011011101111101111101000100011101110100001001000100111101111101111011011110111100111100010001011111001101111 | ee82b6efbe88ee8489efbdbde788be6f |
UHC | ????爾o | 00111111001111110011111100111111111011001011001101101111 | 3f3f3f3fecb36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)