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 | テ佚板ェテ | 11000011100110001100001110010100110000101010101011000011 | c398c394c2aac3 |
EUC-JP | テ佚板ェテ | 10001110110000111101000011000101110010001100010010001110101010101000111011000011 | 8ec3d0c5c8c48eaa8ec3 |
UTF-8 | テ佚板ェテ | 111011111011111010000011111001001011110110011010111001101001110110111111111011111011110110101010111011111011111010000011 | efbe83e4bd9ae69dbfefbdaaefbe83 |
UHC | ?佚板?? | 00111111111011001110101011110111111110010011111100111111 | 3feceaf7f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)