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 | 鵝??? | 1110101001000000001111110011111100111111 | ea403f3f3f |
EUC-JP | 鵝?縯? | 11110011101000010011111110001111110101001100101100111111 | f3a13f8fd4cb3f |
UTF-8 | 鵝냬縯쵢 | 111010011011010110011101111010111000001110101100111001111011100010101111111011001011010110100010 | e9b59deb83ace7b8afecb5a2 |
UHC | 鵝냬縯쵢 | 1110010010111101100001100111011011100110111000001010110101000010 | e4bd8676e6e0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)