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 | 弴ォèû | 1110010110111100101101001110111110111101101010111110100011111011 | e5bcb4efbdabe8fb |
SJIS-WIN | ??´????? | 001111110011111110000001010011000011111100111111001111110011111100111111 | 3f3f814c3f3f3f3f3f |
EUC-JP | å?´ï??èû | 1000111110101011101010010011111110100001101011011000111110101011110000010011111100111111100011111010101110110010100011111010101111100101 | 8faba93fa1ad8fabc13f3f8fabb28fabe5 |
UTF-8 | 弴ォèû | 11000011101001011100001010111100110000101011010011000011101011111100001010111101110000101010101111000011101010001100001110111011 | c3a5c2bcc2b4c3afc2bdc2abc3a8c3bb |
UHC | ?¼´?½??? | 0011111110101000111110011010001010100101001111111010100011110110001111110011111100111111 | 3fa8f9a2a53fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)