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 | Q×Å | 100011110101000110001110110101111000111011000101 | 8f518ed78ec5 |
SJIS-WIN | ?Q?×?? | 00111111010100010011111110000001011111100011111100111111 | 3f513f817e3f3f |
EUC-JP | ?Q?×?Å | 001111110101000100111111101000011101111100111111100011111010101010101001 | 3f513fa1df3f8faaa9 |
UTF-8 | Q×Å | 1100001010001111010100011100001010001110110000111001011111000010100011101100001110000101 | c28f51c28ec397c28ec385 |
UHC | ?Q?×?? | 00111111010100010011111110100001101111110011111100111111 | 3f513fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)