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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将、将エ宵糺 | 10001111101010111010010010001111101010111011010010001111101010101110001011111011 | 8faba48fabb48faae2fb |
EUC-JP | 将、将エ宵糺 | 101111101010110110001110101001001011111010101101100011101011010010111110101011001110010011111101 | bead8ea4bead8eb4beace4fd |
UTF-8 | 将、将エ宵糺 | 111001011011000010000110111011111011110110100100111001011011000010000110111011111011110110110100111001011010111010110101111001111011001110111010 | e5b086efbda4e5b086efbdb4e5aeb5e7b3ba |
UHC | ????宵? | 00111111001111110011111100111111111000011011001000111111 | 3f3f3f3fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)