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 | 藉i洪辣 | 1110010101010011100000101000100110001101010111101110011110000101 | e55382898d5ee785 |
EUC-JP | 藉i洪辣 | 1110100110110100101000111110100110111001101111111110110111100101 | e9b4a3e9b9bfede5 |
UTF-8 | 藉i洪辣 | 111010001001011110001001111011111011110110001001111001101011010010101010111010001011111010100011 | e89789efbd89e6b4aae8bea3 |
UHC | 藉i洪辣 | 1110110110111110101000111110100111111011111100111101010110111000 | edbea3e9fbf3d5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)