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 | テ敕笠テ敕顎^ | 1100001110011101110000111000101001111101110000111001110111000011100010100111101101011110 | c39dc38a7dc39dc38a7b5e |
EUC-JP | テ敕笠テ敕顎^ | 10001110110000111101101011000101101100111101111010001110110000111101101011000101101100111101110001011110 | 8ec3dac5b3de8ec3dac5b3dc5e |
UTF-8 | テ敕笠テ敕顎^ | 11101111101111101000001111100110100101011001010111100111101011001010000011101111101111101000001111100110100101011001010111101001101000011000111001011110 | efbe83e69595e7aca0efbe83e69595e9a18e5e |
UHC | ??笠??顎^ | 001111110011111111011000101000100011111100111111111001001100100101011110 | 3f3fd8a23f3fe4c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)