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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 亦跫驪B | 10010110100100101110011011101101111010011000101101000010 | 9692e6ede98b42 |
EUC-JP | 亦跫驪B | 11001011111100101110110011101111111100011110101101000010 | cbf2eceff1eb42 |
UTF-8 | 亦跫驪B | 11100100101110101010011011101000101101111010101111101001101010011010101001000010 | e4baa6e8b7abe9a9aa42 |
UHC | 亦?驪B | 111001101011001000111111110101011111000101000010 | e6b23fd5f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)