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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | テコテ罫{d | 11000011101110101100001110001100011100100111101101100100 | c3bac38c727b64 |
EUC-JP | テコテ罫{d | 10001110110000111000111010111010100011101100001110110111110100110111101101100100 | 8ec38eba8ec3b7d37b64 |
UTF-8 | テコテ罫{d | 1110111110111110100000111110111110111101101110101110111110111110100000111110011110111101101010110111101101100100 | efbe83efbdbaefbe83e7bdab7b64 |
UHC | ???罫{d | 00111111001111110011111111001110110100010111101101100100 | 3f3f3fced17b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)