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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 愁?矮噫燼^ | 10001111010001000011111111100001111000101001101010000000111000001001111001011110 | 8f443fe1e29a80e09e5e |
EUC-JP | 愁?矮噫燼^ | 10111101101001010011111111100010111001001101001111100000110111111111111001011110 | bda53fe2e4d3e0dffe5e |
UTF-8 | 愁뤵矮噫燼^ | 11100110100001001000000111101011101001001011010111100111100111111010111011100101100110011010101111100111100001111011110001011110 | e68481eba4b5e79faee599abe787bc5e |
UHC | 愁뤵矮噫燼^ | 1110000111111110100011111110001111101000111000011111110111101101111000111110100001011110 | e1fe8fe3e8e1fdede3e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)