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 | y°yv^ | 100111110111100110010110101100001001111101111001100100010111011001011110 | 9f7996b09f7991765e |
SJIS-WIN | ?y?°?y?v^ | 00111111011110010011111110000001100010110011111101111001001111110111011001011110 | 3f793f818b3f793f765e |
EUC-JP | ?y?°?y?v^ | 00111111011110010011111110100001111010110011111101111001001111110111011001011110 | 3f793fa1eb3f793f765e |
UTF-8 | y°yv^ | 1100001010011111011110011100001010010110110000101011000011000010100111110111100111000010100100010111011001011110 | c29f79c296c2b0c29f79c291765e |
UHC | ?y?°?y?v^ | 00111111011110010011111110100001110001100011111101111001001111110111011001011110 | 3f793fa1c63f793f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)