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 | çµë£¹ë | 111001111001001010110101111010111010001110111001111010111000101110000001 | e792b5eba3b9eb8b81 |
SJIS-WIN | ????£???? | 00111111001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f3f81923f3f3f3f |
EUC-JP | ç??ë£?ë?? | 10001111101010111010111000111111001111111000111110101011101100111010000111110010001111111000111110101011101100110011111100111111 | 8fabae3f3f8fabb3a1f23f8fabb33f3f |
UTF-8 | çµë£¹ë | 110000111010011111000010100100101100001010110101110000111010101111000010101000111100001010111001110000111010101111000010100010111100001010000001 | c3a7c292c2b5c3abc2a3c2b9c3abc28bc281 |
UHC | ?????¹??? | 00111111001111110011111100111111001111111010100111110110001111110011111100111111 | 3f3f3f3f3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)