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 | ±¶±¶^ | 1011000110110110101100011011011001011110 | b1b6b1b65e |
SJIS-WIN | ±¶±¶^ | 100000010111110110000001111101111000000101111101100000011111011101011110 | 817d81f7817d81f75e |
EUC-JP | ±¶±¶^ | 101000011101111010100010111110011010000111011110101000101111100101011110 | a1dea2f9a1dea2f95e |
UTF-8 | ±¶±¶^ | 110000101011000111000010101101101100001010110001110000101011011001011110 | c2b1c2b6c2b1c2b65e |
UHC | ±¶±¶^ | 101000011011111010100010110100101010000110111110101000101101001001011110 | a1bea2d2a1bea2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)