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 | ûHç® | 1111101101001000100111001110011110101110 | fb489ce7ae |
SJIS-WIN | ?H??? | 0011111101001000001111110011111100111111 | 3f483f3f3f |
EUC-JP | ûH?ç® | 1000111110101011111001010100100000111111100011111010101110101110100011111010001011101110 | 8fabe5483f8fabae8fa2ee |
UTF-8 | ûHç® | 110000111011101101001000110000101001110011000011101001111100001010101110 | c3bb48c29cc3a7c2ae |
UHC | ?H??® | 001111110100100000111111001111111010001011100111 | 3f483f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)