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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棚蔵卒竪贈 | 10010010010010011001000110100000100100011011001010010010010001111001000110100001 | 924991a091b2924791a1 |
EUC-JP | 棚蔵卒竪贈 | 11000011101010101100001010100010110000101011010011000011101010001100001010100011 | c3aac2a2c2b4c3a8c2a3 |
UTF-8 | 棚蔵卒竪贈 | 111001101010001110011010111010001001010010110101111001011000110110010010111001111010101110101010111010001011010010001000 | e6a39ae894b5e58d92e7abaae8b488 |
UHC | 棚?卒竪贈 | 110111011101110000111111111100001110111111100010101101011111000111111100 | dddc3ff0efe2b5f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)