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 | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | シタシソ湿者c^ | 10111100110000001011110010111111100011101011110010001110110100100110001101011110 | bcc0bcbf8ebc8ed2635e |
EUC-JP | シタシソ湿者c^ | 1000111010111100100011101100000010001110101111001000111010111111101111001011111010111100110101000110001101011110 | 8ebc8ec08ebc8ebfbcbebcd4635e |
UTF-8 | シタシソ湿者c^ | 1110111110111101101111001110111110111110100000001110111110111101101111001110111110111101101111111110011010111001101111111110100010000000100001010110001101011110 | efbdbcefbe80efbdbcefbdbfe6b9bfe88085635e |
UHC | ?????者c^ | 001111110011111100111111001111110011111111101101101110100110001101011110 | 3f3f3f3f3fedba635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)