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 | ?g}?g{^ | 00111111011001110111110100111111011001110111101101011110 | 3f677d3f677b5e |
SJIS-WIN | 辿g}辿g{^ | 100100100100100001100111011111011001001001001000011001110111101101011110 | 9248677d9248677b5e |
EUC-JP | 辿g}辿g{^ | 110000111010100101100111011111011100001110101001011001110111101101011110 | c3a9677dc3a9677b5e |
UTF-8 | 辿g}辿g{^ | 1110100010111110101111110110011101111101111010001011111010111111011001110111101101011110 | e8bebf677de8bebf677b5e |
UHC | ?g}?g{^ | 00111111011001110111110100111111011001110111101101011110 | 3f677d3f677b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)