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 | ?f[}?f[{^ | 001111110110011001011011011111010011111101100110010110110111101101011110 | 3f665b7d3f665b7b5e |
SJIS-WIN | 矗f[}矗f[{^ | 1110000111011110011001100101101101111101111000011101111001100110010110110111101101011110 | e1de665b7de1de665b7b5e |
EUC-JP | 矗f[}矗f[{^ | 1110001011100000011001100101101101111101111000101110000001100110010110110111101101011110 | e2e0665b7de2e0665b7b5e |
UTF-8 | 矗f[}矗f[{^ | 11100111100111111001011101100110010110110111110111100111100111111001011101100110010110110111101101011110 | e79f97665b7de79f97665b7b5e |
UHC | 矗f[}矗f[{^ | 1111010110111000011001100101101101111101111101011011100001100110010110110111101101011110 | f5b8665b7df5b8665b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)