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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痂櫚頷 | 111000010110111110011111010011001110100011110101 | e16f9f4ce8f5 |
EUC-JP | 痂櫚頷 | 111000011101000011011101101011011111000011110111 | e1d0ddadf0f7 |
UTF-8 | 痂櫚頷 | 111001111001011110000010111001101010101110011010111010011010000010110111 | e79782e6ab9ae9a0b7 |
UHC | 痂櫚? | 1100101010110010110101011110101000111111 | cab2d5ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)