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 | 묱`^ | 1110101110101100101100010110000001011110 | ebacb1605e |
SJIS-WIN | ?±`^ | 00111111100000011100101010000001011111010110000001011110 | 3f81ca817d605e |
EUC-JP | 묱`^ | 100011111010101110110011101000101100110010100001110111100110000001011110 | 8fabb3a2cca1de605e |
UTF-8 | 묱`^ | 1100001110101011110000101010110011000010101100010110000001011110 | c3abc2acc2b1605e |
UHC | ??±`^ | 001111110011111110100001101111100110000001011110 | 3f3fa1be605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)