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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | タョ硝エシ、 | 11000000101011101000111111001001101101001011110010100100 | c0ae8fc9b4bca4 |
EUC-JP | タョ硝エシ、 | 100011101100000010001110101011101011111011001011100011101011010010001110101111001000111010100100 | 8ec08eaebecb8eb48ebc8ea4 |
UTF-8 | タョ硝エシ、 | 111011111011111010000000111011111011110110101110111001111010000110011101111011111011110110110100111011111011110110111100111011111011110110100100 | efbe80efbdaee7a19defbdb4efbdbcefbda4 |
UHC | ??硝??? | 00111111001111111111010110100110001111110011111100111111 | 3f3ff5a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)