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 | 沚?鵑 | 1001111110001101001111111110101001000011 | 9f8d3fea43 |
EUC-JP | 沚?鵑 | 1101110111101101001111111111001110100100 | dded3ff3a4 |
UTF-8 | 沚어鵑 | 111001101011001010011010111011001001011010110100111010011011010110010001 | e6b29aec96b4e9b591 |
UHC | 沚어鵑 | 111100101010111110111110111011101100110010111011 | f2afbeeeccbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)