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 | ????¢ | 0011111100111111001111110011111110100010 | 3f3f3f3fa2 |
SJIS-WIN | 陟主、懊¢ | 111010001010000010001110111001011010010010011100111000111000000110010001 | e8a08ee5a49ce38191 |
EUC-JP | 陟主、懊¢ | 11110000101000101011110011100111100011101010010011011000111001011010000111110001 | f0a2bce78ea4d8e5a1f1 |
UTF-8 | 陟主、懊¢ | 1110100110011001100111111110010010111000101110111110111110111101101001001110011010000111100010101100001010100010 | e9999fe4b8bbefbda4e6878ac2a2 |
UHC | 陟主?懊? | 1111010010110011111100011010101100111111111001111111100000111111 | f4b3f1ab3fe7f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)