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 | ð¹×Á | 111100001011100110001110110101111000111011000001 | f0b98ed78ec1 |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ð??×?Á | 1000111110101001110000110011111100111111101000011101111100111111100011111010101010100001 | 8fa9c33f3fa1df3f8faaa1 |
UTF-8 | ð¹×Á | 110000111011000011000010101110011100001010001110110000111001011111000010100011101100001110000001 | c3b0c2b9c28ec397c28ec381 |
UHC | ð¹?×?? | 101010011010001110101001111101100011111110100001101111110011111100111111 | a9a3a9f63fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)