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 | ?鋼?^ | 0011111110001101011111000011111101011110 | 3f8d7c3f5e |
EUC-JP | ?鋼?^ | 0011111110111001110111010011111101011110 | 3fb9dd3f5e |
UTF-8 | 뤶鋼쬬^ | 11101011101001001011011011101001100010111011110011101100101011001010110001011110 | eba4b6e98bbcecacac5e |
UHC | 뤶鋼쬬^ | 10001111111001001100101110111100101001110110001101011110 | 8fe4cbbca7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)