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 | ùþçæ¹ | 111110011111111010011100111001111110011010111001 | f9fe9ce7e6b9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ùþ?çæ? | 1000111110101011111000111000111110101001110100000011111110001111101010111010111010001111101010011100000100111111 | 8fabe38fa9d03f8fabae8fa9c13f |
UTF-8 | ùþçæ¹ | 110000111011100111000011101111101100001010011100110000111010011111000011101001101100001010111001 | c3b9c3bec29cc3a7c3a6c2b9 |
UHC | ?þ??æ¹ | 001111111010100110101101001111110011111110101001101000011010100111110110 | 3fa9ad3f3fa9a1a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)