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 | テ陛佚篠カ | 1100001110010101110000111001100011000011100011101100001010110110 | c395c398c38ec2b6 |
EUC-JP | テ陛佚篠カ | 10001110110000111100101011000101110100001100010110111100110001001000111010110110 | 8ec3cac5d0c5bcc48eb6 |
UTF-8 | テ陛佚篠カ | 111011111011111010000011111010011001100110011011111001001011110110011010111001111010111110100000111011111011110110110110 | efbe83e9999be4bd9ae7afa0efbdb6 |
UHC | ?陛佚篠? | 0011111111111000110011101110110011101010111000011100011000111111 | 3ff8ceeceae1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)