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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炭端尊竪損 | 10010010010110011001001001011011100100011011100010010010010001111001000110111001 | 9259925b91b8924791b9 |
EUC-JP | 炭端尊竪損 | 11000011101110101100001110111100110000101011101011000011101010001100001010111011 | c3bac3bcc2bac3a8c2bb |
UTF-8 | 炭端尊竪損 | 111001111000001010101101111001111010101110101111111001011011000010001010111001111010101110101010111001101001000010001101 | e782ade7abafe5b08ae7abaae6908d |
UHC | 炭端尊竪損 | 11110111101010011101001110101110111100001110111011100010101101011110000111011111 | f7a9d3aef0eee2b5e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)