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 | ?b?g}?b?g{^ | 0011111101100010001111110110011101111101001111110110001000111111011001110111101101011110 | 3f623f677d3f623f677b5e |
SJIS-WIN | ?b?g}?b?g{^ | 0011111101100010001111110110011101111101001111110110001000111111011001110111101101011110 | 3f623f677d3f623f677b5e |
EUC-JP | ?b?g}?b?g{^ | 0011111101100010001111110110011101111101001111110110001000111111011001110111101101011110 | 3f623f677d3f623f677b5e |
UTF-8 | 묯b묨g}묯b묨g{^ | 11101011101011001010111101100010111010111010110010101000011001110111110111101011101011001010111101100010111010111010110010101000011001110111101101011110 | ebacaf62ebaca8677debacaf62ebaca8677b5e |
UHC | 묯b묨g}묯b묨g{^ | 100100100100011001100010100100100100000101100111011111011001001001000110011000101001001001000001011001110111101101011110 | 9246629241677d9246629241677b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)