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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 但其P | 1001001001000001100100011011010001010000 | 924191b450 |
EUC-JP | 但其P | 1100001110100010110000101011011001010000 | c3a2c2b650 |
UTF-8 | 但其P | 11100100101111011000011011100101100001011011011001010000 | e4bd86e585b650 |
UHC | 但其P | 1101001110100011110100001110110001010000 | d3a3d0ec50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)