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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踵贇酌 | 111001101111100111100110110101001000111011011110 | e6f9e6d48ede |
EUC-JP | 踵贇酌 | 111011001111101111101100110101101011110011100000 | ecfbecd6bce0 |
UTF-8 | 踵贇酌 | 111010001011100010110101111010001011010010000111111010011000010110001100 | e8b8b5e8b487e9858c |
UHC | 踵贇酌 | 111100011010001011101011110010111110110111001100 | f1a2ebcbedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)