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 | 隱η??? | 11101000101010101000001111000101001111110011111100111111 | e8aa83c53f3f3f |
EUC-JP | 隱η?堉? | 111100001010110010100110110001110011111110001111101101111111110100111111 | f0aca6c73f8fb7fd3f |
UTF-8 | 隱η씉堉툫 | 1110100110011010101100011100111010110111111011001001010010001001111001011010000010001001111011011000100010101011 | e99ab1ceb7ec9489e5a089ed88ab |
UHC | 隱η씉堉툫 | 11101011110111111010010111100111100111011010000111101011101111001011100101000010 | ebdfa5e79da1ebbcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)