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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 騾搾ス亥履^ | 11101001100000001000110111101111101111011000100011100101100101111001101001011110 | e9808defbd88e5979a5e |
EUC-JP | 騾搾ス亥履^ | 1111000111100000101110101111000110001110101111011011000011100111110011011111101001011110 | f1e0baf18ebdb0e7cdfa5e |
UTF-8 | 騾搾ス亥履^ | 11101001101010001011111011100110100100001011111011101111101111011011110111100100101110101010010111100101101100011010010101011110 | e9a8bee690beefbdbde4baa5e5b1a55e |
UHC | ?搾?亥履^ | 001111111111001110110110001111111111101010100100110101111101101101011110 | 3ff3b63ffaa4d7db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)