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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪躯売奣手 | 11100101101000011000101111101011100101001000010011111010101000111000111011101000 | e5a18beb9484faa38ee8 |
EUC-JP | 蝪躯売奣手 | 1110101010100011101101101110110111000111111001001000111110111000111111001011110011101010 | eaa3b6edc7e48fb8fcbcea |
UTF-8 | 蝪躯売奣手 | 111010001001110110101010111010001011101010101111111001011010001110110010111001011010010110100011111001101000100110001011 | e89daae8baafe5a3b2e5a5a3e6898b |
UHC | ????手 | 001111110011111100111111001111111110001010100010 | 3f3f3f3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)