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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | 叩}竪鱈 | 10010010010000000111110110010010010001111001001001001100 | 92407d9247924c |
EUC-JP | 叩}竪鱈 | 11000011101000010111110111000011101010001100001110101101 | c3a17dc3a8c3ad |
UTF-8 | 叩}竪鱈 | 11100101100011111010100101111101111001111010101110101010111010011011000110001000 | e58fa97de7abaae9b188 |
UHC | 叩}竪? | 110011011011000001111101111000101011010100111111 | cdb07de2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)