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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 迹彈迹彈^ | 111001111001000110011100010110111110011110010001100111000101101101011110 | e7919c5be7919c5b5e |
EUC-JP | 迹彈迹彈^ | 111011011111000111010111101111001110110111110001110101111011110001011110 | edf1d7bcedf1d7bc5e |
UTF-8 | 迹彈迹彈^ | 11101000101111111011100111100101101111011000100011101000101111111011100111100101101111011000100001011110 | e8bfb9e5bd88e8bfb9e5bd885e |
UHC | 迹彈迹彈^ | 111011101110100111110111101001011110111011101001111101111010010101011110 | eee9f7a5eee9f7a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)