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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 顰假スス\ | 11101000111111001001100011101111101111011011110101011100 | e8fc98efbdbd5c |
EUC-JP | 顰假スス\ | 111100001111111011010000111100011000111010111101100011101011110101011100 | f0fed0f18ebd8ebd5c |
UTF-8 | 顰假スス\ | 11101001101000011011000011100101100000011000011111101111101111011011110111101111101111011011110101011100 | e9a1b0e58187efbdbdefbdbd5c |
UHC | ?假??\ | 001111111100101010100011001111110011111101011100 | 3fcaa33f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)