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 | ×Üû£ | 1000111111010111110111001111101110100011 | 8fd7dcfba3 |
SJIS-WIN | ?×??£ | 00111111100000010111111000111111001111111000000110010010 | 3f817e3f3f8192 |
EUC-JP | ?×Üû£ | 0011111110100001110111111000111110101010111001001000111110101011111001011010000111110010 | 3fa1df8faae48fabe5a1f2 |
UTF-8 | ×Üû£ | 11000010100011111100001110010111110000111001110011000011101110111100001010100011 | c28fc397c39cc3bbc2a3 |
UHC | ?×??? | 001111111010000110111111001111110011111100111111 | 3fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)