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 | 魘セ蠑城猿雖 | 1110100110110100101111101110010110111100100011111110100110001001100011101110010110101011 | e9b4bee5bc8fe9898ee5ab |
EUC-JP | 魘セ蠑城猿雖 | 111100101011011010001110101111101110101010111110101111101110101110110001111011101110101010101101 | f2b68ebeeabebeebb1eeeaad |
UTF-8 | 魘セ蠑城猿雖 | 111010011010110110011000111011111011110110111110111010001010000010010001111001011001111110001110111001111000110010111111111010011001101110010110 | e9ad98efbdbee8a091e59f8ee78cbfe99b96 |
UHC | ???城猿雖 | 001111110011111100111111111000001111001011101010101110111110001011001100 | 3f3f3fe0f2eabbe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)