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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ陛榲淞ッテ | 110000111001010111000011100111101100001110011111110000101010111111000011 | c395c39ec39fc2afc3 |
EUC-JP | テ陛榲淞ッテ | 100011101100001111001010110001011101110011000101110111101100010010001110101011111000111011000011 | 8ec3cac5dcc5dec48eaf8ec3 |
UTF-8 | テ陛榲淞ッテ | 111011111011111010000011111010011001100110011011111001101010011010110010111001101011011110011110111011111011110110101111111011111011111010000011 | efbe83e9999be6a6b2e6b79eefbdafefbe83 |
UHC | ?陛?淞?? | 0011111111111000110011100011111111100001111001110011111100111111 | 3ff8ce3fe1e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)