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 | 묱G] | 1110101110101100101100010100011101011101 | ebacb1475d |
SJIS-WIN | ?±G] | 00111111100000011100101010000001011111010100011101011101 | 3f81ca817d475d |
EUC-JP | 묱G] | 100011111010101110110011101000101100110010100001110111100100011101011101 | 8fabb3a2cca1de475d |
UTF-8 | 묱G] | 1100001110101011110000101010110011000010101100010100011101011101 | c3abc2acc2b1475d |
UHC | ??±G] | 001111110011111110100001101111100100011101011101 | 3f3fa1be475d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)