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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ティテη「雕ェ | 110000111010100011000011100000111100010110100010111010001011100010101010 | c3a8c383c5a2e8b8aa |
EUC-JP | ティテη「雕ェ | 1000111011000011100011101010100010001110110000111010011011000111100011101010001011110000101110101000111010101010 | 8ec38ea88ec3a6c78ea2f0ba8eaa |
UTF-8 | ティテη「雕ェ | 1110111110111110100000111110111110111101101010001110111110111110100000111100111010110111111011111011110110100010111010011001101110010101111011111011110110101010 | efbe83efbda8efbe83ceb7efbda2e99b95efbdaa |
UHC | ???η?雕? | 001111110011111100111111101001011110011100111111111100001110011100111111 | 3f3f3fa5e73ff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)