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 | ???t}???t{^ | 0011111100111111001111110111010001111101001111110011111100111111011101000111101101011110 | 3f3f3f747d3f3f3f747b5e |
SJIS-WIN | ???t}???t{^ | 0011111100111111001111110111010001111101001111110011111100111111011101000111101101011110 | 3f3f3f747d3f3f3f747b5e |
EUC-JP | ???t}???t{^ | 0011111100111111001111110111010001111101001111110011111100111111011101000111101101011110 | 3f3f3f747d3f3f3f747b5e |
UTF-8 | ӣӮӹt}ӣӮӹt{^ | 1101001110100011110100111010111011010011101110010111010001111101110100111010001111010011101011101101001110111001011101000111101101011110 | d3a3d3aed3b9747dd3a3d3aed3b9747b5e |
UHC | ???t}???t{^ | 0011111100111111001111110111010001111101001111110011111100111111011101000111101101011110 | 3f3f3f747d3f3f3f747b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)