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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シタシハ湿勺^ | 101111001100000010111100110010101000111010111100100011101101100101011110 | bcc0bcca8ebc8ed95e |
EUC-JP | シタシハ湿勺^ | 10001110101111001000111011000000100011101011110010001110110010101011110010111110101111001101101101011110 | 8ebc8ec08ebc8ecabcbebcdb5e |
UTF-8 | シタシハ湿勺^ | 11101111101111011011110011101111101111101000000011101111101111011011110011101111101111101000101011100110101110011011111111100101100010111011101001011110 | efbdbcefbe80efbdbcefbe8ae6b9bfe58bba5e |
UHC | ?????勺^ | 0011111100111111001111110011111100111111111011011100001101011110 | 3f3f3f3f3fedc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)