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] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | ?芽Q] | 0011111110001001111010000101000101011101 | 3f89e8515d |
EUC-JP | ?芽Q] | 0011111110110010111010100101000101011101 | 3fb2ea515d |
UTF-8 | 얖芽Q] | 1110110010010110100101101110100010001010101111010101000101011101 | ec9696e88abd515d |
UHC | 얖芽Q] | 100111100100000111100100101101000101000101011101 | 9e41e4b4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)