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 | 骰費ヲ難ス | 1110100110001101100101001110111110100110100100111110111110111101 | e98d94efa693efbd |
EUC-JP | 骰費ヲ難ス | 11110001111011011100100011110001100011101010011011000110111100011000111010111101 | f1edc8f18ea6c6f18ebd |
UTF-8 | 骰費ヲ難ス | 111010011010101010110000111010001011001010111011111011111011110110100110111010011001101110100011111011111011110110111101 | e9aab0e8b2bbefbda6e99ba3efbdbd |
UHC | ?費?難? | 00111111110111101010100000111111110100011111000100111111 | 3fdea83fd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)