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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝪櫛羆 | 111001011010000110001011111110011110001110101111 | e5a18bf9e3af |
EUC-JP | 蝪櫛羆 | 111010101010001110110110111110111110011010110001 | eaa3b6fbe6b1 |
UTF-8 | 蝪櫛羆 | 111010001001110110101010111001101010101110011011111001111011111010000110 | e89daae6ab9be7be86 |
UHC | ?櫛? | 00111111111100011110111000111111 | 3ff1ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)