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 | テ凖疋テ凖疋^ | 1100001110011001110000111001010101000100110000111001100111000011100101010100010001011110 | c399c39544c399c395445e |
EUC-JP | テ凖疋テ凖疋^ | 10001110110000111101001011000101110010011010010110001110110000111101001011000101110010011010010101011110 | 8ec3d2c5c9a58ec3d2c5c9a55e |
UTF-8 | テ凖疋テ凖疋^ | 11101111101111101000001111100101100001111001011011100111100101101000101111101111101111101000001111100101100001111001011011100111100101101000101101011110 | efbe83e58796e7968befbe83e58796e7968b5e |
UHC | ??疋??疋^ | 001111110011111111111001101101010011111100111111111110011011010101011110 | 3f3ff9b53f3ff9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)