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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疵瘁疵瘁^ | 111000010111001011100001100000011110000101110010111000011000000101011110 | e172e181e172e1815e |
EUC-JP | 疵瘁疵瘁^ | 111000011101001111100001111000011110000111010011111000011110000101011110 | e1d3e1e1e1d3e1e15e |
UTF-8 | 疵瘁疵瘁^ | 11100111100101101011010111100111100110001000000111100111100101101011010111100111100110001000000101011110 | e796b5e79881e796b5e798815e |
UHC | 疵?疵?^ | 11101101101101110011111111101101101101110011111101011110 | edb73fedb73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)