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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | セャ跣辞篠\ | 101111101010110011100110111011111000111010101011100011101100001001011100 | beace6ef8eab8ec25c |
EUC-JP | セャ跣辞篠\ | 1000111010111110100011101010110011101100111100011011110010101101101111001100010001011100 | 8ebe8eacecf1bcadbcc45c |
UTF-8 | セャ跣辞篠\ | 11101111101111011011111011101111101111011010110011101000101101111010001111101000101111101001111011100111101011111010000001011100 | efbdbeefbdace8b7a3e8be9ee7afa05c |
UHC | ??跣?篠\ | 0011111100111111111000001101001100111111111000011100011001011100 | 3f3fe0d33fe1c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)