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 | 淅贍陝宣 | 1001111111000110111001101101011011101000100111111001000011101001 | 9fc6e6d6e89f90e9 |
EUC-JP | 淅贍陝宣 | 1101111011001000111011001101100011110000101000011100000011101011 | dec8ecd8f0a1c0eb |
UTF-8 | 淅贍陝宣 | 111001101011011110000101111010001011010010001101111010011001100110011101111001011010111010100011 | e6b785e8b48de9999de5aea3 |
UHC | 淅贍陝宣 | 1110000010110010111000001110101111100000111011011110000010111110 | e0b2e0ebe0ede0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)