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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 桂?桂?^ | 10001100011010100011111110001100011010100011111101011110 | 8c6a3f8c6a3f5e |
EUC-JP | 桂?桂?^ | 10110111110010110011111110110111110010110011111101011110 | b7cb3fb7cb3f5e |
UTF-8 | 桂늄桂늄^ | 11100110101000011000001011101011100010101000010011100110101000011000001011101011100010101000010001011110 | e6a182eb8a84e6a182eb8a845e |
UHC | 桂늄桂늄^ | 110011001111110110110100101111011100110011111101101101001011110101011110 | ccfdb4bdccfdb4bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)