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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陝句孫譫 | 1110100010011111100010111110010110010001101101111110011010011110 | e89f8be591b7e69e |
EUC-JP | 陝句孫譫 | 1111000010100001101101101110011111000010101110011110101111111110 | f0a1b6e7c2b9ebfe |
UTF-8 | 陝句孫譫 | 111010011001100110011101111001011000111110100101111001011010110110101011111010001010110110101011 | e9999de58fa5e5adabe8adab |
UHC | 陝句孫? | 11100000111011011100111110100011111000011101110100111111 | e0edcfa3e1dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)