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 | ??H??^ | 001111110011111101001000001111110011111101011110 | 3f3f483f3f5e |
SJIS-WIN | 偲悉H篠蒔^ | 10001110110000111000111010111011010010001000111011000010100011101010101001011110 | 8ec38ebb488ec28eaa5e |
EUC-JP | 偲悉H篠蒔^ | 10111100110001011011110010111101010010001011110011000100101111001010110001011110 | bcc5bcbd48bcc4bcac5e |
UTF-8 | 偲悉H篠蒔^ | 1110010110000001101100101110011010000010100010010100100011100111101011111010000011101000100100101001010001011110 | e581b2e6828948e7afa0e892945e |
UHC | ?悉H篠蒔^ | 001111111110001111111010010010001110000111000110111000111100100001011110 | 3fe3fa48e1c6e3c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)