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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将ウ召ト召テ^ | 10001111101010111011001110001111101000101100010010001111101000101100001101011110 | 8fabb38fa2c48fa2c35e |
EUC-JP | 将ウ召ト召テ^ | 10111110101011011000111010110011101111101010010010001110110001001011111010100100100011101100001101011110 | bead8eb3bea48ec4bea48ec35e |
UTF-8 | 将ウ召ト召テ^ | 11100101101100001000011011101111101111011011001111100101100011111010110011101111101111101000010011100101100011111010110011101111101111101000001101011110 | e5b086efbdb3e58facefbe84e58facefbe835e |
UHC | ??召?召?^ | 001111110011111111100001101011110011111111100001101011110011111101011110 | 3f3fe1af3fe1af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)