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 | ??x}??x{^ | 001111110011111101111000011111010011111100111111011110000111101101011110 | 3f3f787d3f3f787b5e |
SJIS-WIN | 式x}式x{^ | 11110010101010001000111010101110011110000111110111110010101010001000111010101110011110000111101101011110 | f2a88eae787df2a88eae787b5e |
EUC-JP | ?式x}?式x{^ | 0011111110111100101100000111100001111101001111111011110010110000011110000111101101011110 | 3fbcb0787d3fbcb0787b5e |
UTF-8 | 式x}式x{^ | 1110111010000111100111111110010110111100100011110111100001111101111011101000011110011111111001011011110010001111011110000111101101011110 | ee879fe5bc8f787dee879fe5bc8f787b5e |
UHC | ?式x}?式x{^ | 0011111111100011110100100111100001111101001111111110001111010010011110000111101101011110 | 3fe3d2787d3fe3d2787b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)