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 | 蜚ク逍ス魍 | 1110010110010100101110001110011110010110101111011110100110110001 | e594b8e796bde9b1 |
EUC-JP | 蜚ク逍ス魍 | 11101001111101001000111010111000111011011111011010001110101111011111001010110011 | e9f48eb8edf68ebdf2b3 |
UTF-8 | 蜚ク逍ス魍 | 111010001001110010011010111011111011110110111000111010011000000010001101111011111011110110111101111010011010110110001101 | e89c9aefbdb8e9808defbdbde9ad8d |
UHC | 蜚?逍?? | 11011110101001000011111111100001110011100011111100111111 | dea43fe1ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)