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 | 衣篩? | 1000100011011111111000101011111100111111 | 88dfe2bf3f |
EUC-JP | 衣篩汴 | 10110000111000011110010011000001100011111100011011100100 | b0e1e4c18fc6e4 |
UTF-8 | 衣篩汴 | 111010001010000110100011111001111010111110101001111001101011000110110100 | e8a1a3e7afa9e6b1b4 |
UHC | 衣篩? | 1110101111111101110111101110100000111111 | ebfddee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)