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 | 昱疫?繹 | 11111010011000111000100101110101001111111110001110001000 | fa6389753fe388 |
EUC-JP | 昱疫?繹 | 1000111111000010101011011011000111010110001111111110010111101000 | 8fc2adb1d63fe5e8 |
UTF-8 | 昱疫뿮繹 | 111001101001100010110001111001111001011010101011111010111011111110101110111001111011100110111001 | e698b1e796abebbfaee7b9b9 |
UHC | 昱疫뿮繹 | 1110100111110000111001101011100110010111101011101110011010111010 | e9f0e6b997aee6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)