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 | 腫貊?夭 | 10001110111011101110011010111011001111111001101011101110 | 8eeee6bb3f9aee |
EUC-JP | 腫貊?夭 | 10111100111100001110110010111101001111111101010011110000 | bcf0ecbd3fd4f0 |
UTF-8 | 腫貊침夭 | 111010001000010110101011111010001011001010001010111011001011100110101000111001011010010010101101 | e885abe8b28aecb9a8e5a4ad |
UHC | 腫貊침夭 | 1111000011111110110110001110011111000100101001111110100011101100 | f0fed8e7c4a7e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)