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 | ì²å®¹ | 111011001000111010110010111001011010111010111001 | ec8eb2e5aeb9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì??å®? | 100011111010101111000000001111110011111110001111101010111010100110001111101000101110111000111111 | 8fabc03f3f8faba98fa2ee3f |
UTF-8 | ì²å®¹ | 110000111010110011000010100011101100001010110010110000111010010111000010101011101100001010111001 | c3acc28ec2b2c3a5c2aec2b9 |
UHC | ??²?®¹ | 001111110011111110101001111101110011111110100010111001111010100111110110 | 3f3fa9f73fa2e7a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)