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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 銹翫f寬オB | 11100111111101101000101011100011100000101000011011111010101010101011010101000010 | e7f68ae38286faaab542 |
EUC-JP | 銹翫f?オB | 11101110111110001011010011100101101000111110011000111111100011101011010101000010 | eef8b4e5a3e63f8eb542 |
UTF-8 | 銹翫f寬オB | 11101001100010101011100111100111101111111010101111101111101111011000011011100101101011111010110011101111101111011011010101000010 | e98ab9e7bfabefbd86e5afacefbdb542 |
UHC | 銹翫f寬?B | 11100010110010001110100011010001101000111110011011001110101100000011111101000010 | e2c8e8d1a3e6ceb03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)