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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ敕敕敕截 | 110000111001110111000011100111011100001110011101110000111001110101000010 | c39dc39dc39dc39d42 |
EUC-JP | テ敕敕敕截 | 10001110110000111101101011000101110110101100010111011010110001011101100110100011 | 8ec3dac5dac5dac5d9a3 |
UTF-8 | テ敕敕敕截 | 111011111011111010000011111001101001010110010101111001101001010110010101111001101001010110010101111001101000100010101010 | efbe83e69595e69595e69595e688aa |
UHC | ????截 | 001111110011111100111111001111111110111110111000 | 3f3f3f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)