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 | 脩汐脩汐^ | 111000111111100110001110101011001110001111111001100011101010110001011110 | e3f98eace3f98eac5e |
EUC-JP | 脩汐脩汐^ | 111001101111101110111100101011101110011011111011101111001010111001011110 | e6fbbcaee6fbbcae5e |
UTF-8 | 脩汐脩汐^ | 11101000100001001010100111100110101100011001000011101000100001001010100111100110101100011001000001011110 | e884a9e6b190e884a9e6b1905e |
UHC | 脩汐脩汐^ | 111000101011101111100000101100011110001010111011111000001011000101011110 | e2bbe0b1e2bbe0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)