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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?妾?^ | 0011111110001111101010000011111101011110 | 3f8fa83f5e |
EUC-JP | ?妾?^ | 0011111110111110101010100011111101011110 | 3fbeaa3f5e |
UTF-8 | 뤋妾첿^ | 11101011101001001000101111100101101001101011111011101100101100101011111101011110 | eba48be5a6beecb2bf5e |
UHC | 뤋妾첿^ | 10001111101110111111010011011101101010110110010101011110 | 8fbbf4ddab655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)