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 | セャ跣蒔鰺^ | 101111101010110011100110111011111000111010101010111010011100101101011110 | beace6ef8eaae9cb5e |
EUC-JP | セャ跣蒔鰺^ | 1000111010111110100011101010110011101100111100011011110010101100111100101100110101011110 | 8ebe8eacecf1bcacf2cd5e |
UTF-8 | セャ跣蒔鰺^ | 11101111101111011011111011101111101111011010110011101000101101111010001111101000100100101001010011101001101100001011101001011110 | efbdbeefbdace8b7a3e89294e9b0ba5e |
UHC | ??跣蒔?^ | 0011111100111111111000001101001111100011110010000011111101011110 | 3f3fe0d3e3c83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)