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 | 閼ア蝮ヲ逞ー | 111010001000010010110001111001011001110110100110111001111001011110110000 | e884b1e59da6e797b0 |
EUC-JP | 閼ア蝮ヲ逞ー | 111011111110010010001110101100011110100111111101100011101010011011101101111101111000111010110000 | efe48eb1e9fd8ea6edf78eb0 |
UTF-8 | 閼ア蝮ヲ逞ー | 111010011001011010111100111011111011110110110001111010001001110110101110111011111011110110100110111010011000000010011110111011111011110110110000 | e996bcefbdb1e89daeefbda6e9809eefbdb0 |
UHC | 閼???逞? | 1110010011011001001111110011111100111111110101101100000100111111 | e4d93f3f3fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)