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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雖介p譁 | 1110010110101011100010011110111010000010100100001110011010010110 | e5ab89ee8290e696 |
EUC-JP | 雖介p譁 | 1110101010101101101100101111000010100011111100001110101111110110 | eaadb2f0a3f0ebf6 |
UTF-8 | 雖介p譁 | 111010011001101110010110111001001011101110001011111011111011110110010000111010001010110110000001 | e99b96e4bb8befbd90e8ad81 |
UHC | 雖介p譁 | 1110001011001100110010111011111110100011111100001111110010100110 | e2cccbbfa3f0fca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)