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 | シャ丈セ | 11110010111010111011110010101100100011111110010010111110 | f2ebbcac8fe4be |
EUC-JP | ?シャ丈セ | 001111111000111010111100100011101010110010111110111001101000111010111110 | 3f8ebc8eacbee68ebe |
UTF-8 | シャ丈セ | 111011101000100010100010111011111011110110111100111011111011110110101100111001001011100010001000111011111011110110111110 | ee88a2efbdbcefbdace4b888efbdbe |
UHC | ???丈? | 001111110011111100111111111011011101101100111111 | 3f3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)