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 | ツコテ凝ε | 11000010101110101100001110001011110000111000001111000011 | c2bac38bc383c3 |
EUC-JP | ツコテ凝ε | 10001110110000101000111010111010100011101100001110110110110001011010011011000101 | 8ec28eba8ec3b6c5a6c5 |
UTF-8 | ツコテ凝ε | 1110111110111110100000101110111110111101101110101110111110111110100000111110010110000111100111011100111010110101 | efbe82efbdbaefbe83e5879dceb5 |
UHC | ???凝ε | 00111111001111110011111111101011111010101010010111100101 | 3f3f3febeaa5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)