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 | 魄ィ蜀玲侭 | 111010011010111010101000111001011000011010010111111001101001011010011001 | e9aea8e58697e69699 |
EUC-JP | 魄ィ蜀玲侭 | 11110010101100001000111010101000111010011110011011001110111010001100101111111001 | f2b08ea8e9e6cee8cbf9 |
UTF-8 | 魄ィ蜀玲侭 | 111010011010110110000100111011111011110110101000111010001001110010000000111001111000111010110010111001001011111010101101 | e9ad84efbda8e89c80e78eb2e4bead |
UHC | 魄?蜀玲? | 1101101111011110001111111111010110111001110101101011110000111111 | dbde3ff5b9d6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)