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 | 巽多息^ | 10010010010001101001000110111101100100011010011101011110 | 924691bd91a75e |
EUC-JP | 巽多息^ | 11000011101001111100001010111111110000101010100101011110 | c3a7c2bfc2a95e |
UTF-8 | 巽多息^ | 11100101101101111011110111100101101001001001101011100110100000011010111101011110 | e5b7bde5a49ae681af5e |
UHC | 巽多息^ | 11100001110111101101001011111101111000111101001101011110 | e1ded2fde3d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)