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 | 篠七篠自 | 10001110110000101000111010110101111100101110100110001110110000101000111010101001 | 8ec28eb5f2e98ec28ea9 |
EUC-JP | 篠七?篠自 | 101111001100010010111100101101110011111110111100110001001011110010101011 | bcc4bcb73fbcc4bcab |
UTF-8 | 篠七篠自 | 111001111010111110100000111001001011100010000011111011101000100010100000111001111010111110100000111010001000011110101010 | e7afa0e4b883ee88a0e7afa0e887aa |
UHC | 篠七?篠自 | 111000011100011011110110110100100011111111100001110001101110110110111011 | e1c6f6d23fe1c6edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)