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 | 鱸^ | 11101001101100011011100001011110 | e9b1b85e |
SJIS-WIN | ?±?^ | 0011111110000001011111010011111101011110 | 3f817d3f5e |
EUC-JP | 鱸^ | 100011111010101110110001101000011101111010001111101000101011000101011110 | 8fabb1a1de8fa2b15e |
UTF-8 | 鱸^ | 11000011101010011100001010110001110000101011100001011110 | c3a9c2b1c2b85e |
UHC | ?±¸^ | 001111111010000110111110101000101010110001011110 | 3fa1bea2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)