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 | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-WIN | 羞^羞^ | 111000111011010101011110111000111011010101011110 | e3b55ee3b55e |
EUC-JP | 羞^羞^ | 111001101011011101011110111001101011011101011110 | e6b75ee6b75e |
UTF-8 | 羞^羞^ | 1110011110111110100111100101111011100111101111101001111001011110 | e7be9e5ee7be9e5e |
UHC | 羞^羞^ | 111000101011101001011110111000101011101001011110 | e2ba5ee2ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)