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 | 遽掵遽掉^ | 111001111010111110011101011111011110011110101111100111010111101101011110 | e7af9d7de7af9d7b5e |
EUC-JP | 遽掵遽掉^ | 111011101011000111011001110111101110111010110001110110011101110001011110 | eeb1d9deeeb1d9dc5e |
UTF-8 | 遽掵遽掉^ | 11101001100000011011110111100110100011101011010111101001100000011011110111100110100011101000100101011110 | e981bde68eb5e981bde68e895e |
UHC | 遽?遽掉^ | 1100101111101000001111111100101111101000110100111111110001011110 | cbe83fcbe8d3fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)