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 | 鞜ス邇紋コ | 1110100011011111101111011110011110001110100101101110010010111010 | e8dfbde78e96e4ba |
EUC-JP | 鞜ス邇紋コ | 11110000111000011000111010111101111011011110111011001100111001101000111010111010 | f0e18ebdedeecce68eba |
UTF-8 | 鞜ス邇紋コ | 111010011001111010011100111011111011110110111101111010011000001010000111111001111011010010001011111011111011110110111010 | e99e9cefbdbde98287e7b48befbdba |
UHC | ??邇紋? | 00111111001111111110110011000100110110101010001100111111 | 3f3fecc4daa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)