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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 粃穹粃穹^ | 111000101110000111100010011101011110001011100001111000100111010101011110 | e2e1e275e2e1e2755e |
EUC-JP | 粃穹粃穹^ | 111001001110001111100011110101101110010011100011111000111101011001011110 | e4e3e3d6e4e3e3d65e |
UTF-8 | 粃穹粃穹^ | 11100111101100101000001111100111101010011011100111100111101100101000001111100111101010011011100101011110 | e7b283e7a9b9e7b283e7a9b95e |
UHC | 粃穹粃穹^ | 110111011111101111001111111000101101110111111011110011111110001001011110 | ddfbcfe2ddfbcfe25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)